#69FAF4

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

Shades of Baby Blue #69FAF4

Tints of Baby Blue #69FAF4

Color information

#69FAF4 (or 0x69FAF4) is unknown color: approx Baby Blue. HEX triplet: 69, FA and F4. RGB value is (105,250,244). Sum of RGB (Red+Green+Blue) = 105+250+244=599 (79% of max value = 765). Red value is 105 (41.41% from 255 or 17.53% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 244 (95.70% from 255 or 40.73% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #69FAF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69FAF4 is #96050B. Grayscale: #CDCDCD. Windows color (decimal): -9831692 or 16054889. OLE color: 16054889.

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

Color convert

RGB105250244-
CMYK0.5800.020.02
HSL177.52º93.55%69.61%-
HSV(B)177.52º58%98.04%-
XYZ56.3477.9197.66-
YUV205.96149.4655.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.53%
GREEN value IS 250 (98.05% from 255) = 41.74%
BLUE value IS 244 (95.70% from 255) = 40.73%
R=17.53%
G=41.74%
B=40.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052502440.5800.020.02177.5293.5569.61
Hex69FAF43A022b25e46
Octal15137236472022262136106
Binary11010011111101011110100111010010101011001010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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