Shades of Baby Blue #6FFAFE
Tints of Baby Blue #6FFAFE
RGB
CMYK
RGB Variations
Color information
#6FFAFE (or 0x6FFAFE) is known color: Baby Blue. HEX triplet: 6F, FA and FE. RGB value is (111,250,254). Sum of RGB (Red+Green+Blue) = 111+250+254=615 (81% of max value = 765). Red value is 111 (43.75% from 255 or 18.05% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FFAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFAFE is #900501. Grayscale: #D0D0D0. Windows color (decimal): -9438466 or 16710255. OLE color: 16710255.
HSL color Cylindrical-coordinate representation of color #6FFAFE: hue angle of 181.68º 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 #6FFAFE is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 250 | 254 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.00 |
| HSL | 181.68º | 0.99% | 0.72% | - |
| HSV(B) | 181.68º | 0.56% | 1% | - |
| XYZ | 58.63 | 78.91 | 105.91 | - |
| YUV | 208.9 | 153.45 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 250 | 254 | 0.56 | 0.02 | 0 | 0.00 | 181.68 | 0.99 | 0.72 |
| Hex | 6F | FA | FE | 38 | 2 | 0 | 0 | B6 | 63 | 48 |
| Octal | 157 | 372 | 376 | 70 | 2 | 0 | 0 | 266 | 143 | 110 |
| Binary | 1101111 | 11111010 | 11111110 | 111000 | 10 | 0 | 0 | 10110110 | 1100011 | 1001000 |
Color Harmonies of #6FFAFE
Complementary color
Monochromatic Colors of #6FFAFE
Black with #6FFAFE
Text Example
Text Example
White with #6FFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFAFE; }
p { color: rgb(111,250,254); }
H1.HeaderClassName
{
color: #6FFAFE;
}
.AnyTagClassName
{
color: #6FFAFE;
}
</style>
background-color css
<style>
a { background-color: #6FFAFE; }
a { background-color: rgb(111,250,254); }
div.DivClassName
{
background-color: #6FFAFE;
}
.BgClassName
{
background-color: #6FFAFE;
}
</style>
border-color css
<style>
span { border-color: #6FFAFE; }
span { border-color: rgb(111,250,254); }
td.TdClassName
{
border-color: #6FFAFE;
}
.TagClassName
{
border-color: #6FFAFE;
}
</style>