Shades of Baby Blue #42FFFF
Tints of Baby Blue #42FFFF
RGB
CMYK
RGB Variations
Color information
#42FFFF (or 0x42FFFF) is known color: Baby Blue. HEX triplet: 42, FF and FF. RGB value is (66,255,255). Sum of RGB (Red+Green+Blue) = 66+255+255=576 (76% of max value = 765). Red value is 66 (26.17% from 255 or 11.46% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #42FFFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FFFF is #BD0000. Grayscale: #C6C6C6. Windows color (decimal): -12386305 or 16777026. OLE color: 16777026.
HSL color Cylindrical-coordinate representation of color #42FFFF: hue angle of 180º 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 #42FFFF is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 255 | - |
| CMYK | 0.74 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.63% | - |
| HSV(B) | 180º | 0.74% | 1% | - |
| XYZ | 56.06 | 79.9 | 107.08 | - |
| YUV | 198.49 | 159.88 | 33.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 255 | 0.74 | 0 | 0 | 0 | 180 | 1 | 0.63 |
| Hex | 42 | FF | FF | 4A | 0 | 0 | 0 | B4 | 64 | 3F |
| Octal | 102 | 377 | 377 | 112 | 0 | 0 | 0 | 264 | 144 | 77 |
| Binary | 1000010 | 11111111 | 11111111 | 1001010 | 0 | 0 | 0 | 10110100 | 1100100 | 111111 |
Color Harmonies of #42FFFF
Complementary color
Monochromatic Colors of #42FFFF
Black with #42FFFF
Text Example
Text Example
White with #42FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FFFF; }
p { color: rgb(66,255,255); }
H1.HeaderClassName
{
color: #42FFFF;
}
.AnyTagClassName
{
color: #42FFFF;
}
</style>
background-color css
<style>
a { background-color: #42FFFF; }
a { background-color: rgb(66,255,255); }
div.DivClassName
{
background-color: #42FFFF;
}
.BgClassName
{
background-color: #42FFFF;
}
</style>
border-color css
<style>
span { border-color: #42FFFF; }
span { border-color: rgb(66,255,255); }
td.TdClassName
{
border-color: #42FFFF;
}
.TagClassName
{
border-color: #42FFFF;
}
</style>