Shades of Baby Blue #42F2FB
Tints of Baby Blue #42F2FB
RGB
CMYK
RGB Variations
Color information
#42F2FB (or 0x42F2FB) is known color: Baby Blue. HEX triplet: 42, F2 and FB. RGB value is (66,242,251). Sum of RGB (Red+Green+Blue) = 66+242+251=559 (74% of max value = 765). Red value is 66 (26.17% from 255 or 11.81% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #42F2FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42F2FB is #BD0D04. Grayscale: #BEBEBE. Windows color (decimal): -12389637 or 16511554. OLE color: 16511554.
HSL color Cylindrical-coordinate representation of color #42F2FB: hue angle of 182.92º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42F2FB is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 242 | 251 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.02 |
| HSL | 182.92º | 0.96% | 0.62% | - |
| HSV(B) | 182.92º | 0.74% | 0.98% | - |
| XYZ | 51.41 | 71.63 | 102.38 | - |
| YUV | 190.4 | 162.19 | 39.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 242 | 251 | 0.74 | 0.04 | 0 | 0.02 | 182.92 | 0.96 | 0.62 |
| Hex | 42 | F2 | FB | 4A | 4 | 0 | 2 | B7 | 60 | 3E |
| Octal | 102 | 362 | 373 | 112 | 4 | 0 | 2 | 267 | 140 | 76 |
| Binary | 1000010 | 11110010 | 11111011 | 1001010 | 100 | 0 | 10 | 10110111 | 1100000 | 111110 |
Color Harmonies of #42F2FB
Complementary color
Monochromatic Colors of #42F2FB
Black with #42F2FB
Text Example
Text Example
White with #42F2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F2FB; }
p { color: rgb(66,242,251); }
H1.HeaderClassName
{
color: #42F2FB;
}
.AnyTagClassName
{
color: #42F2FB;
}
</style>
background-color css
<style>
a { background-color: #42F2FB; }
a { background-color: rgb(66,242,251); }
div.DivClassName
{
background-color: #42F2FB;
}
.BgClassName
{
background-color: #42F2FB;
}
</style>
border-color css
<style>
span { border-color: #42F2FB; }
span { border-color: rgb(66,242,251); }
td.TdClassName
{
border-color: #42F2FB;
}
.TagClassName
{
border-color: #42F2FB;
}
</style>