Shades of Baby Blue #42F9FD
Tints of Baby Blue #42F9FD
RGB
CMYK
RGB Variations
Color information
#42F9FD (or 0x42F9FD) is known color: Baby Blue. HEX triplet: 42, F9 and FD. RGB value is (66,249,253). Sum of RGB (Red+Green+Blue) = 66+249+253=568 (75% of max value = 765). Red value is 66 (26.17% from 255 or 11.62% from 568); Green value is 249 (97.66% from 255 or 43.84% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #42F9FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42F9FD is #BD0602. Grayscale: #C2C2C2. Windows color (decimal): -12387843 or 16644418. OLE color: 16644418.
HSL color Cylindrical-coordinate representation of color #42F9FD: hue angle of 181.28º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42F9FD is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 249 | 253 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.01 |
| HSL | 181.28º | 0.98% | 0.63% | - |
| HSV(B) | 181.28º | 0.74% | 0.99% | - |
| XYZ | 53.85 | 76 | 104.76 | - |
| YUV | 194.74 | 160.87 | 36.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 249 | 253 | 0.74 | 0.02 | 0 | 0.01 | 181.28 | 0.98 | 0.63 |
| Hex | 42 | F9 | FD | 4A | 2 | 0 | 1 | B5 | 62 | 3F |
| Octal | 102 | 371 | 375 | 112 | 2 | 0 | 1 | 265 | 142 | 77 |
| Binary | 1000010 | 11111001 | 11111101 | 1001010 | 10 | 0 | 1 | 10110101 | 1100010 | 111111 |
Color Harmonies of #42F9FD
Complementary color
Monochromatic Colors of #42F9FD
Black with #42F9FD
Text Example
Text Example
White with #42F9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F9FD; }
p { color: rgb(66,249,253); }
H1.HeaderClassName
{
color: #42F9FD;
}
.AnyTagClassName
{
color: #42F9FD;
}
</style>
background-color css
<style>
a { background-color: #42F9FD; }
a { background-color: rgb(66,249,253); }
div.DivClassName
{
background-color: #42F9FD;
}
.BgClassName
{
background-color: #42F9FD;
}
</style>
border-color css
<style>
span { border-color: #42F9FD; }
span { border-color: rgb(66,249,253); }
td.TdClassName
{
border-color: #42F9FD;
}
.TagClassName
{
border-color: #42F9FD;
}
</style>