#69FCE7

Color #69FCE7 Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #69FCE7

Tints of Baby Blue #69FCE7

Color information

#69FCE7 (or 0x69FCE7) is unknown color: approx Baby Blue. HEX triplet: 69, FC and E7. RGB value is (105,252,231). Sum of RGB (Red+Green+Blue) = 105+252+231=588 (77% of max value = 765). Red value is 105 (41.41% from 255 or 17.86% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 231 (90.62% from 255 or 39.29% from 588); Max value from RGB is 252 - color contains mainly: green. Hex color #69FCE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69FCE7 is #960318. Grayscale: #CDCDCD. Windows color (decimal): -9831193 or 15203433. OLE color: 15203433.

HSL color Cylindrical-coordinate representation of color #69FCE7: hue angle of 171.43º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69FCE7 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB105252231-
CMYK0.5800.080.01
HSL171.43º96.08%70%-
HSV(B)171.43º58.33%98.82%-
XYZ55.0678.3987.83-
YUV205.65142.356.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 17.86%
GREEN value IS 252 (98.83% from 255) = 42.86%
BLUE value IS 231 (90.62% from 255) = 39.29%
R=17.86%
G=42.86%
B=39.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1052522310.5800.080.01171.4396.0870
Hex69FCE73A081ab6046
Octal151374347720101253140106
Binary110100111111100111001111110100100011010101111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69FCE7; }

 p { color: rgb(105,252,231); }

 H1.HeaderClassName
 {
   color: #69FCE7;
 }
 .AnyTagClassName
 {
   color: #69FCE7;
 }
</style>
background-color css

<style>
 a { background-color: #69FCE7; }

 a { background-color: rgb(105,252,231); }

 div.DivClassName
 {
   background-color: #69FCE7;
 }
 .BgClassName
 {
   background-color: #69FCE7;
 }
</style>
border-color css

<style>
 span { border-color: #69FCE7; }

 span { border-color: rgb(105,252,231); }

 td.TdClassName
 {
   border-color: #69FCE7;
 }
 .TagClassName
 {
   border-color: #69FCE7;
 }
</style>