Shades of Baby Blue #42F8FA
Tints of Baby Blue #42F8FA
RGB
CMYK
RGB Variations
Color information
#42F8FA (or 0x42F8FA) is known color: Baby Blue. HEX triplet: 42, F8 and FA. RGB value is (66,248,250). Sum of RGB (Red+Green+Blue) = 66+248+250=564 (74% of max value = 765). Red value is 66 (26.17% from 255 or 11.70% from 564); Green value is 248 (97.27% from 255 or 43.97% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #42F8FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42F8FA is #BD0705. Grayscale: #C1C1C1. Windows color (decimal): -12388102 or 16447554. OLE color: 16447554.
HSL color Cylindrical-coordinate representation of color #42F8FA: hue angle of 180.65º degrees, saturation: 0.95, 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 #42F8FA is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 248 | 250 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.02 |
| HSL | 180.65º | 0.95% | 0.62% | - |
| HSV(B) | 180.65º | 0.74% | 0.98% | - |
| XYZ | 53.07 | 75.2 | 102.16 | - |
| YUV | 193.81 | 159.7 | 36.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 248 | 250 | 0.74 | 0.01 | 0 | 0.02 | 180.65 | 0.95 | 0.62 |
| Hex | 42 | F8 | FA | 4A | 1 | 0 | 2 | B5 | 5F | 3E |
| Octal | 102 | 370 | 372 | 112 | 1 | 0 | 2 | 265 | 137 | 76 |
| Binary | 1000010 | 11111000 | 11111010 | 1001010 | 1 | 0 | 10 | 10110101 | 1011111 | 111110 |
Color Harmonies of #42F8FA
Complementary color
Monochromatic Colors of #42F8FA
Black with #42F8FA
Text Example
Text Example
White with #42F8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F8FA; }
p { color: rgb(66,248,250); }
H1.HeaderClassName
{
color: #42F8FA;
}
.AnyTagClassName
{
color: #42F8FA;
}
</style>
background-color css
<style>
a { background-color: #42F8FA; }
a { background-color: rgb(66,248,250); }
div.DivClassName
{
background-color: #42F8FA;
}
.BgClassName
{
background-color: #42F8FA;
}
</style>
border-color css
<style>
span { border-color: #42F8FA; }
span { border-color: rgb(66,248,250); }
td.TdClassName
{
border-color: #42F8FA;
}
.TagClassName
{
border-color: #42F8FA;
}
</style>