#69FDF9

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

Shades of Baby Blue #69FDF9

Tints of Baby Blue #69FDF9

Color information

#69FDF9 (or 0x69FDF9) is unknown color: approx Baby Blue. HEX triplet: 69, FD and F9. RGB value is (105,253,249). Sum of RGB (Red+Green+Blue) = 105+253+249=607 (80% of max value = 765). Red value is 105 (41.41% from 255 or 17.30% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #69FDF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69FDF9 is #960206. Grayscale: #D0D0D0. Windows color (decimal): -9830919 or 16383337. OLE color: 16383337.

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

Color convert

RGB105253249-
CMYK0.5800.020.01
HSL178.38º97.37%70.2%-
HSV(B)178.38º58.5%99.22%-
XYZ58.0580.09102.02-
YUV208.29150.9754.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.30%
GREEN value IS 253 (99.22% from 255) = 41.68%
BLUE value IS 249 (97.66% from 255) = 41.02%
R=17.30%
G=41.68%
B=41.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1052532490.5800.020.01178.3897.3770.2
Hex69FDF93A021b26146
Octal15137537172021262141106
Binary1101001111111011111100111101001011011001011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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