#69FAE8

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

Shades of Baby Blue #69FAE8

Tints of Baby Blue #69FAE8

Color information

#69FAE8 (or 0x69FAE8) is unknown color: approx Baby Blue. HEX triplet: 69, FA and E8. RGB value is (105,250,232). Sum of RGB (Red+Green+Blue) = 105+250+232=587 (77% of max value = 765). Red value is 105 (41.41% from 255 or 17.89% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 232 (91.02% from 255 or 39.52% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #69FAE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69FAE8 is #960517. Grayscale: #CCCCCC. Windows color (decimal): -9831704 or 15268457. OLE color: 15268457.

HSL color Cylindrical-coordinate representation of color #69FAE8: hue angle of 172.55º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69FAE8 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB105250232-
CMYK0.5800.070.02
HSL172.55º93.55%69.61%-
HSV(B)172.55º58%98.04%-
XYZ54.5877.288.37-
YUV204.59143.4656.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.89%
GREEN value IS 250 (98.05% from 255) = 42.59%
BLUE value IS 232 (91.02% from 255) = 39.52%
R=17.89%
G=42.59%
B=39.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052502320.5800.070.02172.5593.5569.61
Hex69FAE83A072ad5e46
Octal15137235072072255136106
Binary110100111111010111010001110100111101010110110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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