Shades of Baby Blue #6FFBFF
Tints of Baby Blue #6FFBFF
RGB
CMYK
RGB Variations
Color information
#6FFBFF (or 0x6FFBFF) is known color: Baby Blue. HEX triplet: 6F, FB and FF. RGB value is (111,251,255). Sum of RGB (Red+Green+Blue) = 111+251+255=617 (81% of max value = 765). Red value is 111 (43.75% from 255 or 17.99% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FFBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFBFF is #900400. Grayscale: #D1D1D1. Windows color (decimal): -9438209 or 16776047. OLE color: 16776047.
HSL color Cylindrical-coordinate representation of color #6FFBFF: hue angle of 181.67º 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 #6FFBFF is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 251 | 255 | - |
| CMYK | 0.56 | 0.02 | 0 | 0 |
| HSL | 181.67º | 1% | 0.72% | - |
| HSV(B) | 181.67º | 0.56% | 1% | - |
| XYZ | 59.1 | 79.59 | 106.86 | - |
| YUV | 209.6 | 153.62 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 251 | 255 | 0.56 | 0.02 | 0 | 0 | 181.67 | 1 | 0.72 |
| Hex | 6F | FB | FF | 38 | 2 | 0 | 0 | B6 | 64 | 48 |
| Octal | 157 | 373 | 377 | 70 | 2 | 0 | 0 | 266 | 144 | 110 |
| Binary | 1101111 | 11111011 | 11111111 | 111000 | 10 | 0 | 0 | 10110110 | 1100100 | 1001000 |
Color Harmonies of #6FFBFF
Complementary color
Monochromatic Colors of #6FFBFF
Black with #6FFBFF
Text Example
Text Example
White with #6FFBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFBFF; }
p { color: rgb(111,251,255); }
H1.HeaderClassName
{
color: #6FFBFF;
}
.AnyTagClassName
{
color: #6FFBFF;
}
</style>
background-color css
<style>
a { background-color: #6FFBFF; }
a { background-color: rgb(111,251,255); }
div.DivClassName
{
background-color: #6FFBFF;
}
.BgClassName
{
background-color: #6FFBFF;
}
</style>
border-color css
<style>
span { border-color: #6FFBFF; }
span { border-color: rgb(111,251,255); }
td.TdClassName
{
border-color: #6FFBFF;
}
.TagClassName
{
border-color: #6FFBFF;
}
</style>