#69FEF9

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

Shades of Baby Blue #69FEF9

Tints of Baby Blue #69FEF9

Color information

#69FEF9 (or 0x69FEF9) is unknown color: approx Baby Blue. HEX triplet: 69, FE and F9. RGB value is (105,254,249). Sum of RGB (Red+Green+Blue) = 105+254+249=608 (80% of max value = 765). Red value is 105 (41.41% from 255 or 17.27% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #69FEF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69FEF9 is #960106. Grayscale: #D0D0D0. Windows color (decimal): -9830663 or 16383593. OLE color: 16383593.

HSL color Cylindrical-coordinate representation of color #69FEF9: hue angle of 177.99º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69FEF9 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB105254249-
CMYK0.5900.020.00
HSL177.99º98.68%70.39%-
HSV(B)177.99º58.66%99.61%-
XYZ58.3780.73102.13-
YUV208.88150.6453.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.27%
GREEN value IS 254 (99.61% from 255) = 41.78%
BLUE value IS 249 (97.66% from 255) = 40.95%
R=17.27%
G=41.78%
B=40.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1052542490.5900.020.00177.9998.6870.39
Hex69FEF93B020b26346
Octal15137637173020262143106
Binary1101001111111101111100111101101001011001011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,254,249); }

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

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

 a { background-color: rgb(105,254,249); }

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

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

 span { border-color: rgb(105,254,249); }

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