Shades of Baby Blue #42F3FF
Tints of Baby Blue #42F3FF
RGB
CMYK
RGB Variations
Color information
#42F3FF (or 0x42F3FF) is known color: Baby Blue. HEX triplet: 42, F3 and FF. RGB value is (66,243,255). Sum of RGB (Red+Green+Blue) = 66+243+255=564 (74% of max value = 765). Red value is 66 (26.17% from 255 or 11.70% from 564); Green value is 243 (95.31% from 255 or 43.09% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #42F3FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42F3FF is #BD0C00. Grayscale: #BFBFBF. Windows color (decimal): -12389377 or 16773954. OLE color: 16773954.
HSL color Cylindrical-coordinate representation of color #42F3FF: hue angle of 183.81º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42F3FF is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 243 | 255 | - |
| CMYK | 0.74 | 0.05 | 0 | 0 |
| HSL | 183.81º | 1% | 0.63% | - |
| HSV(B) | 183.81º | 0.74% | 1% | - |
| XYZ | 52.35 | 72.48 | 105.84 | - |
| YUV | 191.45 | 163.86 | 38.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 255 | 0.74 | 0.05 | 0 | 0 | 183.81 | 1 | 0.63 |
| Hex | 42 | F3 | FF | 4A | 5 | 0 | 0 | B8 | 64 | 3F |
| Octal | 102 | 363 | 377 | 112 | 5 | 0 | 0 | 270 | 144 | 77 |
| Binary | 1000010 | 11110011 | 11111111 | 1001010 | 101 | 0 | 0 | 10111000 | 1100100 | 111111 |
Color Harmonies of #42F3FF
Complementary color
Monochromatic Colors of #42F3FF
Black with #42F3FF
Text Example
Text Example
White with #42F3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F3FF; }
p { color: rgb(66,243,255); }
H1.HeaderClassName
{
color: #42F3FF;
}
.AnyTagClassName
{
color: #42F3FF;
}
</style>
background-color css
<style>
a { background-color: #42F3FF; }
a { background-color: rgb(66,243,255); }
div.DivClassName
{
background-color: #42F3FF;
}
.BgClassName
{
background-color: #42F3FF;
}
</style>
border-color css
<style>
span { border-color: #42F3FF; }
span { border-color: rgb(66,243,255); }
td.TdClassName
{
border-color: #42F3FF;
}
.TagClassName
{
border-color: #42F3FF;
}
</style>