#69FBE9

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

Shades of Baby Blue #69FBE9

Tints of Baby Blue #69FBE9

Color information

#69FBE9 (or 0x69FBE9) is unknown color: approx Baby Blue. HEX triplet: 69, FB and E9. RGB value is (105,251,233). Sum of RGB (Red+Green+Blue) = 105+251+233=589 (78% of max value = 765). Red value is 105 (41.41% from 255 or 17.83% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 233 (91.41% from 255 or 39.56% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #69FBE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69FBE9 is #960416. Grayscale: #CDCDCD. Windows color (decimal): -9831447 or 15334249. OLE color: 15334249.

HSL color Cylindrical-coordinate representation of color #69FBE9: hue angle of 172.6º degrees, saturation: 0.95, 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 #69FBE9 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB105251233-
CMYK0.5800.070.02
HSL172.6º94.81%69.8%-
HSV(B)172.6º58.17%98.43%-
XYZ55.0377.8889.22-
YUV205.29143.6356.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.83%
GREEN value IS 251 (98.44% from 255) = 42.61%
BLUE value IS 233 (91.41% from 255) = 39.56%
R=17.83%
G=42.61%
B=39.56%

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
Decimal1052512330.5800.070.02172.694.8169.8
Hex69FBE93A072ad5f46
Octal15137335172072255137106
Binary110100111111011111010011110100111101010110110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,251,233); }

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

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

 a { background-color: rgb(105,251,233); }

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

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

 span { border-color: rgb(105,251,233); }

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