Shades of Baby Blue #42EDFD
Tints of Baby Blue #42EDFD
RGB
CMYK
RGB Variations
Color information
#42EDFD (or 0x42EDFD) is known color: Baby Blue. HEX triplet: 42, ED and FD. RGB value is (66,237,253). Sum of RGB (Red+Green+Blue) = 66+237+253=556 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.87% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #42EDFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EDFD is #BD1202. Grayscale: #BBBBBB. Windows color (decimal): -12390915 or 16641346. OLE color: 16641346.
HSL color Cylindrical-coordinate representation of color #42EDFD: hue angle of 185.13º 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 #42EDFD is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 237 | 253 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.01 |
| HSL | 185.13º | 0.98% | 0.63% | - |
| HSV(B) | 185.13º | 0.74% | 0.99% | - |
| XYZ | 50.26 | 68.82 | 103.56 | - |
| YUV | 187.7 | 164.85 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 237 | 253 | 0.74 | 0.06 | 0 | 0.01 | 185.13 | 0.98 | 0.63 |
| Hex | 42 | ED | FD | 4A | 6 | 0 | 1 | B9 | 62 | 3F |
| Octal | 102 | 355 | 375 | 112 | 6 | 0 | 1 | 271 | 142 | 77 |
| Binary | 1000010 | 11101101 | 11111101 | 1001010 | 110 | 0 | 1 | 10111001 | 1100010 | 111111 |
Color Harmonies of #42EDFD
Complementary color
Monochromatic Colors of #42EDFD
Black with #42EDFD
Text Example
Text Example
White with #42EDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EDFD; }
p { color: rgb(66,237,253); }
H1.HeaderClassName
{
color: #42EDFD;
}
.AnyTagClassName
{
color: #42EDFD;
}
</style>
background-color css
<style>
a { background-color: #42EDFD; }
a { background-color: rgb(66,237,253); }
div.DivClassName
{
background-color: #42EDFD;
}
.BgClassName
{
background-color: #42EDFD;
}
</style>
border-color css
<style>
span { border-color: #42EDFD; }
span { border-color: rgb(66,237,253); }
td.TdClassName
{
border-color: #42EDFD;
}
.TagClassName
{
border-color: #42EDFD;
}
</style>