Shades of Baby Blue #6FFBFE
Tints of Baby Blue #6FFBFE
RGB
CMYK
RGB Variations
Color information
#6FFBFE (or 0x6FFBFE) is known color: Baby Blue. HEX triplet: 6F, FB and FE. RGB value is (111,251,254). Sum of RGB (Red+Green+Blue) = 111+251+254=616 (81% of max value = 765). Red value is 111 (43.75% from 255 or 18.02% from 616); Green value is 251 (98.44% from 255 or 40.75% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FFBFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFBFE is #900401. Grayscale: #D1D1D1. Windows color (decimal): -9438210 or 16710511. OLE color: 16710511.
HSL color Cylindrical-coordinate representation of color #6FFBFE: hue angle of 181.26º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFBFE is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 251 | 254 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.00 |
| HSL | 181.26º | 0.99% | 0.72% | - |
| HSV(B) | 181.26º | 0.56% | 1% | - |
| XYZ | 58.94 | 79.53 | 106.01 | - |
| YUV | 209.48 | 153.12 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 251 | 254 | 0.56 | 0.01 | 0 | 0.00 | 181.26 | 0.99 | 0.72 |
| Hex | 6F | FB | FE | 38 | 1 | 0 | 0 | B5 | 63 | 48 |
| Octal | 157 | 373 | 376 | 70 | 1 | 0 | 0 | 265 | 143 | 110 |
| Binary | 1101111 | 11111011 | 11111110 | 111000 | 1 | 0 | 0 | 10110101 | 1100011 | 1001000 |
Color Harmonies of #6FFBFE
Complementary color
Monochromatic Colors of #6FFBFE
Black with #6FFBFE
Text Example
Text Example
White with #6FFBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFBFE; }
p { color: rgb(111,251,254); }
H1.HeaderClassName
{
color: #6FFBFE;
}
.AnyTagClassName
{
color: #6FFBFE;
}
</style>
background-color css
<style>
a { background-color: #6FFBFE; }
a { background-color: rgb(111,251,254); }
div.DivClassName
{
background-color: #6FFBFE;
}
.BgClassName
{
background-color: #6FFBFE;
}
</style>
border-color css
<style>
span { border-color: #6FFBFE; }
span { border-color: rgb(111,251,254); }
td.TdClassName
{
border-color: #6FFBFE;
}
.TagClassName
{
border-color: #6FFBFE;
}
</style>