Shades of Baby Blue #6FF2FF
Tints of Baby Blue #6FF2FF
RGB
CMYK
RGB Variations
Color information
#6FF2FF (or 0x6FF2FF) is known color: Baby Blue. HEX triplet: 6F, F2 and FF. RGB value is (111,242,255). Sum of RGB (Red+Green+Blue) = 111+242+255=608 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.26% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FF2FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FF2FF is #900D00. Grayscale: #CCCCCC. Windows color (decimal): -9440513 or 16773743. OLE color: 16773743.
HSL color Cylindrical-coordinate representation of color #6FF2FF: hue angle of 185.42º 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 #6FF2FF is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 242 | 255 | - |
| CMYK | 0.56 | 0.05 | 0 | 0 |
| HSL | 185.42º | 1% | 0.72% | - |
| HSV(B) | 185.42º | 0.56% | 1% | - |
| XYZ | 56.36 | 74.1 | 105.94 | - |
| YUV | 204.31 | 156.6 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 242 | 255 | 0.56 | 0.05 | 0 | 0 | 185.42 | 1 | 0.72 |
| Hex | 6F | F2 | FF | 38 | 5 | 0 | 0 | B9 | 64 | 48 |
| Octal | 157 | 362 | 377 | 70 | 5 | 0 | 0 | 271 | 144 | 110 |
| Binary | 1101111 | 11110010 | 11111111 | 111000 | 101 | 0 | 0 | 10111001 | 1100100 | 1001000 |
Color Harmonies of #6FF2FF
Complementary color
Monochromatic Colors of #6FF2FF
Black with #6FF2FF
Text Example
Text Example
White with #6FF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF2FF; }
p { color: rgb(111,242,255); }
H1.HeaderClassName
{
color: #6FF2FF;
}
.AnyTagClassName
{
color: #6FF2FF;
}
</style>
background-color css
<style>
a { background-color: #6FF2FF; }
a { background-color: rgb(111,242,255); }
div.DivClassName
{
background-color: #6FF2FF;
}
.BgClassName
{
background-color: #6FF2FF;
}
</style>
border-color css
<style>
span { border-color: #6FF2FF; }
span { border-color: rgb(111,242,255); }
td.TdClassName
{
border-color: #6FF2FF;
}
.TagClassName
{
border-color: #6FF2FF;
}
</style>