#69FCE8

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

Shades of Baby Blue #69FCE8

Tints of Baby Blue #69FCE8

Color information

#69FCE8 (or 0x69FCE8) is unknown color: approx Baby Blue. HEX triplet: 69, FC and E8. RGB value is (105,252,232). Sum of RGB (Red+Green+Blue) = 105+252+232=589 (78% of max value = 765). Red value is 105 (41.41% from 255 or 17.83% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #69FCE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69FCE8 is #960317. Grayscale: #CDCDCD. Windows color (decimal): -9831192 or 15268969. OLE color: 15268969.

HSL color Cylindrical-coordinate representation of color #69FCE8: hue angle of 171.84º 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 #69FCE8 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB105252232-
CMYK0.5800.080.01
HSL171.84º96.08%70%-
HSV(B)171.84º58.33%98.82%-
XYZ55.278.4588.58-
YUV205.77142.856.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.83%
GREEN value IS 252 (98.83% from 255) = 42.78%
BLUE value IS 232 (91.02% from 255) = 39.39%
R=17.83%
G=42.78%
B=39.39%

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
Decimal1052522320.5800.080.01171.8496.0870
Hex69FCE83A081ac6046
Octal151374350720101254140106
Binary110100111111100111010001110100100011010110011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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