Shades of Baby Blue #42FBFF
Tints of Baby Blue #42FBFF
RGB
CMYK
RGB Variations
Color information
#42FBFF (or 0x42FBFF) is known color: Baby Blue. HEX triplet: 42, FB and FF. RGB value is (66,251,255). Sum of RGB (Red+Green+Blue) = 66+251+255=572 (75% of max value = 765). Red value is 66 (26.17% from 255 or 11.54% from 572); Green value is 251 (98.44% from 255 or 43.88% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #42FBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FBFF is #BD0400. Grayscale: #C3C3C3. Windows color (decimal): -12387329 or 16776002. OLE color: 16776002.
HSL color Cylindrical-coordinate representation of color #42FBFF: hue angle of 181.27º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FBFF is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 251 | 255 | - |
| CMYK | 0.74 | 0.02 | 0 | 0 |
| HSL | 181.27º | 1% | 0.63% | - |
| HSV(B) | 181.27º | 0.74% | 1% | - |
| XYZ | 54.79 | 77.37 | 106.65 | - |
| YUV | 196.14 | 161.21 | 35.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 251 | 255 | 0.74 | 0.02 | 0 | 0 | 181.27 | 1 | 0.63 |
| Hex | 42 | FB | FF | 4A | 2 | 0 | 0 | B5 | 64 | 3F |
| Octal | 102 | 373 | 377 | 112 | 2 | 0 | 0 | 265 | 144 | 77 |
| Binary | 1000010 | 11111011 | 11111111 | 1001010 | 10 | 0 | 0 | 10110101 | 1100100 | 111111 |
Color Harmonies of #42FBFF
Complementary color
Monochromatic Colors of #42FBFF
Black with #42FBFF
Text Example
Text Example
White with #42FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FBFF; }
p { color: rgb(66,251,255); }
H1.HeaderClassName
{
color: #42FBFF;
}
.AnyTagClassName
{
color: #42FBFF;
}
</style>
background-color css
<style>
a { background-color: #42FBFF; }
a { background-color: rgb(66,251,255); }
div.DivClassName
{
background-color: #42FBFF;
}
.BgClassName
{
background-color: #42FBFF;
}
</style>
border-color css
<style>
span { border-color: #42FBFF; }
span { border-color: rgb(66,251,255); }
td.TdClassName
{
border-color: #42FBFF;
}
.TagClassName
{
border-color: #42FBFF;
}
</style>