#69F0F9

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

Shades of Baby Blue #69F0F9

Tints of Baby Blue #69F0F9

Color information

#69F0F9 (or 0x69F0F9) is unknown color: approx Baby Blue. HEX triplet: 69, F0 and F9. RGB value is (105,240,249). Sum of RGB (Red+Green+Blue) = 105+240+249=594 (78% of max value = 765). Red value is 105 (41.41% from 255 or 17.68% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 249 (97.66% from 255 or 41.92% from 594); Max value from RGB is 249 - color contains mainly: blue. Hex color #69F0F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69F0F9 is #960F06. Grayscale: #C8C8C8. Windows color (decimal): -9834247 or 16380009. OLE color: 16380009.

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

Color convert

RGB105240249-
CMYK0.580.0400.02
HSL183.75º92.31%69.41%-
HSV(B)183.75º57.83%97.65%-
XYZ54.0872.16100.7-
YUV200.66155.2759.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.68%
GREEN value IS 240 (94.14% from 255) = 40.40%
BLUE value IS 249 (97.66% from 255) = 41.92%
R=17.68%
G=40.40%
B=41.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052402490.580.0400.02183.7592.3169.41
Hex69F0F93A402b85c45
Octal15136037172402270134105
Binary110100111110000111110011110101000101011100010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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