Shades of Baby Blue #42FEFD
Tints of Baby Blue #42FEFD
RGB
CMYK
RGB Variations
Color information
#42FEFD (or 0x42FEFD) is known color: Baby Blue. HEX triplet: 42, FE and FD. RGB value is (66,254,253). Sum of RGB (Red+Green+Blue) = 66+254+253=573 (75% of max value = 765). Red value is 66 (26.17% from 255 or 11.52% from 573); Green value is 254 (99.61% from 255 or 44.33% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 254 - color contains mainly: green. Hex color #42FEFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FEFD is #BD0102. Grayscale: #C5C5C5. Windows color (decimal): -12386563 or 16645698. OLE color: 16645698.
HSL color Cylindrical-coordinate representation of color #42FEFD: hue angle of 179.68º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FEFD is Cyan = 0.74, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 254 | 253 | - |
| CMYK | 0.74 | 0 | 0.00 | 0.00 |
| HSL | 179.68º | 0.99% | 0.63% | - |
| HSV(B) | 179.68º | 0.74% | 1% | - |
| XYZ | 55.42 | 79.13 | 105.28 | - |
| YUV | 197.67 | 159.22 | 34.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 254 | 253 | 0.74 | 0 | 0.00 | 0.00 | 179.68 | 0.99 | 0.63 |
| Hex | 42 | FE | FD | 4A | 0 | 0 | 0 | B4 | 63 | 3F |
| Octal | 102 | 376 | 375 | 112 | 0 | 0 | 0 | 264 | 143 | 77 |
| Binary | 1000010 | 11111110 | 11111101 | 1001010 | 0 | 0 | 0 | 10110100 | 1100011 | 111111 |
Color Harmonies of #42FEFD
Complementary color
Monochromatic Colors of #42FEFD
Black with #42FEFD
Text Example
Text Example
White with #42FEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FEFD; }
p { color: rgb(66,254,253); }
H1.HeaderClassName
{
color: #42FEFD;
}
.AnyTagClassName
{
color: #42FEFD;
}
</style>
background-color css
<style>
a { background-color: #42FEFD; }
a { background-color: rgb(66,254,253); }
div.DivClassName
{
background-color: #42FEFD;
}
.BgClassName
{
background-color: #42FEFD;
}
</style>
border-color css
<style>
span { border-color: #42FEFD; }
span { border-color: rgb(66,254,253); }
td.TdClassName
{
border-color: #42FEFD;
}
.TagClassName
{
border-color: #42FEFD;
}
</style>