Shades of Baby Blue #6FFFF0
Tints of Baby Blue #6FFFF0
RGB
CMYK
RGB Variations
Color information
#6FFFF0 (or 0x6FFFF0) is known color: Baby Blue. HEX triplet: 6F, FF and F0. RGB value is (111,255,240). Sum of RGB (Red+Green+Blue) = 111+255+240=606 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.32% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #6FFFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFFF0 is #90000F. Grayscale: #D2D2D2. Windows color (decimal): -9437200 or 15794031. OLE color: 15794031.
HSL color Cylindrical-coordinate representation of color #6FFFF0: hue angle of 173.75º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFFF0 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 255 | 240 | - |
| CMYK | 0.56 | 0 | 0.06 | 0 |
| HSL | 173.75º | 1% | 0.72% | - |
| HSV(B) | 173.75º | 0.56% | 1% | - |
| XYZ | 58.04 | 81.19 | 95.05 | - |
| YUV | 210.23 | 144.79 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 255 | 240 | 0.56 | 0 | 0.06 | 0 | 173.75 | 1 | 0.72 |
| Hex | 6F | FF | F0 | 38 | 0 | 6 | 0 | AE | 64 | 48 |
| Octal | 157 | 377 | 360 | 70 | 0 | 6 | 0 | 256 | 144 | 110 |
| Binary | 1101111 | 11111111 | 11110000 | 111000 | 0 | 110 | 0 | 10101110 | 1100100 | 1001000 |
Color Harmonies of #6FFFF0
Complementary color
Monochromatic Colors of #6FFFF0
Black with #6FFFF0
Text Example
Text Example
White with #6FFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFFF0; }
p { color: rgb(111,255,240); }
H1.HeaderClassName
{
color: #6FFFF0;
}
.AnyTagClassName
{
color: #6FFFF0;
}
</style>
background-color css
<style>
a { background-color: #6FFFF0; }
a { background-color: rgb(111,255,240); }
div.DivClassName
{
background-color: #6FFFF0;
}
.BgClassName
{
background-color: #6FFFF0;
}
</style>
border-color css
<style>
span { border-color: #6FFFF0; }
span { border-color: rgb(111,255,240); }
td.TdClassName
{
border-color: #6FFFF0;
}
.TagClassName
{
border-color: #6FFFF0;
}
</style>