Shades of Baby Blue #6FF9F7
Tints of Baby Blue #6FF9F7
RGB
CMYK
RGB Variations
Color information
#6FF9F7 (or 0x6FF9F7) is known color: Baby Blue. HEX triplet: 6F, F9 and F7. RGB value is (111,249,247). Sum of RGB (Red+Green+Blue) = 111+249+247=607 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.29% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #6FF9F7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FF9F7 is #900608. Grayscale: #CFCFCF. Windows color (decimal): -9438729 or 16251247. OLE color: 16251247.
HSL color Cylindrical-coordinate representation of color #6FF9F7: hue angle of 179.13º 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 #6FF9F7 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 249 | 247 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.02 |
| HSL | 179.13º | 0.92% | 0.71% | - |
| HSV(B) | 179.13º | 0.55% | 0.98% | - |
| XYZ | 57.22 | 77.85 | 100.01 | - |
| YUV | 207.51 | 150.28 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 249 | 247 | 0.55 | 0 | 0.01 | 0.02 | 179.13 | 0.92 | 0.71 |
| Hex | 6F | F9 | F7 | 37 | 0 | 1 | 2 | B3 | 5C | 47 |
| Octal | 157 | 371 | 367 | 67 | 0 | 1 | 2 | 263 | 134 | 107 |
| Binary | 1101111 | 11111001 | 11110111 | 110111 | 0 | 1 | 10 | 10110011 | 1011100 | 1000111 |
Color Harmonies of #6FF9F7
Complementary color
Monochromatic Colors of #6FF9F7
Black with #6FF9F7
Text Example
Text Example
White with #6FF9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF9F7; }
p { color: rgb(111,249,247); }
H1.HeaderClassName
{
color: #6FF9F7;
}
.AnyTagClassName
{
color: #6FF9F7;
}
</style>
background-color css
<style>
a { background-color: #6FF9F7; }
a { background-color: rgb(111,249,247); }
div.DivClassName
{
background-color: #6FF9F7;
}
.BgClassName
{
background-color: #6FF9F7;
}
</style>
border-color css
<style>
span { border-color: #6FF9F7; }
span { border-color: rgb(111,249,247); }
td.TdClassName
{
border-color: #6FF9F7;
}
.TagClassName
{
border-color: #6FF9F7;
}
</style>