Shades of Baby Blue #6FF2F9
Tints of Baby Blue #6FF2F9
RGB
CMYK
RGB Variations
Color information
#6FF2F9 (or 0x6FF2F9) is known color: Baby Blue. HEX triplet: 6F, F2 and F9. RGB value is (111,242,249). Sum of RGB (Red+Green+Blue) = 111+242+249=602 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.44% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 249 (97.66% from 255 or 41.36% from 602); Max value from RGB is 249 - color contains mainly: blue. Hex color #6FF2F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FF2F9 is #900D06. Grayscale: #CBCBCB. Windows color (decimal): -9440519 or 16380527. OLE color: 16380527.
HSL color Cylindrical-coordinate representation of color #6FF2F9: hue angle of 183.04º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FF2F9 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 242 | 249 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.02 |
| HSL | 183.04º | 0.92% | 0.71% | - |
| HSV(B) | 183.04º | 0.55% | 0.98% | - |
| XYZ | 55.41 | 73.72 | 100.93 | - |
| YUV | 203.63 | 153.6 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 242 | 249 | 0.55 | 0.03 | 0 | 0.02 | 183.04 | 0.92 | 0.71 |
| Hex | 6F | F2 | F9 | 37 | 3 | 0 | 2 | B7 | 5C | 47 |
| Octal | 157 | 362 | 371 | 67 | 3 | 0 | 2 | 267 | 134 | 107 |
| Binary | 1101111 | 11110010 | 11111001 | 110111 | 11 | 0 | 10 | 10110111 | 1011100 | 1000111 |
Color Harmonies of #6FF2F9
Complementary color
Monochromatic Colors of #6FF2F9
Black with #6FF2F9
Text Example
Text Example
White with #6FF2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF2F9; }
p { color: rgb(111,242,249); }
H1.HeaderClassName
{
color: #6FF2F9;
}
.AnyTagClassName
{
color: #6FF2F9;
}
</style>
background-color css
<style>
a { background-color: #6FF2F9; }
a { background-color: rgb(111,242,249); }
div.DivClassName
{
background-color: #6FF2F9;
}
.BgClassName
{
background-color: #6FF2F9;
}
</style>
border-color css
<style>
span { border-color: #6FF2F9; }
span { border-color: rgb(111,242,249); }
td.TdClassName
{
border-color: #6FF2F9;
}
.TagClassName
{
border-color: #6FF2F9;
}
</style>