Shades of Baby Blue #42EFFD
Tints of Baby Blue #42EFFD
RGB
CMYK
RGB Variations
Color information
#42EFFD (or 0x42EFFD) is known color: Baby Blue. HEX triplet: 42, EF and FD. RGB value is (66,239,253). Sum of RGB (Red+Green+Blue) = 66+239+253=558 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.83% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #42EFFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EFFD is #BD1002. Grayscale: #BCBCBC. Windows color (decimal): -12390403 or 16641858. OLE color: 16641858.
HSL color Cylindrical-coordinate representation of color #42EFFD: hue angle of 184.49º 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 #42EFFD is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 239 | 253 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.01 |
| HSL | 184.49º | 0.98% | 0.63% | - |
| HSV(B) | 184.49º | 0.74% | 0.99% | - |
| XYZ | 50.84 | 69.98 | 103.76 | - |
| YUV | 188.87 | 164.19 | 40.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 239 | 253 | 0.74 | 0.06 | 0 | 0.01 | 184.49 | 0.98 | 0.63 |
| Hex | 42 | EF | FD | 4A | 6 | 0 | 1 | B8 | 62 | 3F |
| Octal | 102 | 357 | 375 | 112 | 6 | 0 | 1 | 270 | 142 | 77 |
| Binary | 1000010 | 11101111 | 11111101 | 1001010 | 110 | 0 | 1 | 10111000 | 1100010 | 111111 |
Color Harmonies of #42EFFD
Complementary color
Monochromatic Colors of #42EFFD
Black with #42EFFD
Text Example
Text Example
White with #42EFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EFFD; }
p { color: rgb(66,239,253); }
H1.HeaderClassName
{
color: #42EFFD;
}
.AnyTagClassName
{
color: #42EFFD;
}
</style>
background-color css
<style>
a { background-color: #42EFFD; }
a { background-color: rgb(66,239,253); }
div.DivClassName
{
background-color: #42EFFD;
}
.BgClassName
{
background-color: #42EFFD;
}
</style>
border-color css
<style>
span { border-color: #42EFFD; }
span { border-color: rgb(66,239,253); }
td.TdClassName
{
border-color: #42EFFD;
}
.TagClassName
{
border-color: #42EFFD;
}
</style>