Shades of Baby Blue #52FAFA
Tints of Baby Blue #52FAFA
RGB
CMYK
RGB Variations
Color information
#52FAFA (or 0x52FAFA) is known color: Baby Blue. HEX triplet: 52, FA and FA. RGB value is (82,250,250). Sum of RGB (Red+Green+Blue) = 82+250+250=582 (77% of max value = 765). Red value is 82 (32.42% from 255 or 14.09% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #52FAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52FAFA is #AD0505. Grayscale: #C7C7C7. Windows color (decimal): -11339014 or 16448082. OLE color: 16448082.
HSL color Cylindrical-coordinate representation of color #52FAFA: hue angle of 180º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FAFA is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 250 | 250 | - |
| CMYK | 0.67 | 0 | 0 | 0.02 |
| HSL | 180º | 0.94% | 0.65% | - |
| HSV(B) | 180º | 0.67% | 0.98% | - |
| XYZ | 54.92 | 77.07 | 102.42 | - |
| YUV | 199.77 | 156.34 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 250 | 250 | 0.67 | 0 | 0 | 0.02 | 180 | 0.94 | 0.65 |
| Hex | 52 | FA | FA | 43 | 0 | 0 | 2 | B4 | 5E | 41 |
| Octal | 122 | 372 | 372 | 103 | 0 | 0 | 2 | 264 | 136 | 101 |
| Binary | 1010010 | 11111010 | 11111010 | 1000011 | 0 | 0 | 10 | 10110100 | 1011110 | 1000001 |
Color Harmonies of #52FAFA
Complementary color
Monochromatic Colors of #52FAFA
Black with #52FAFA
Text Example
Text Example
White with #52FAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FAFA; }
p { color: rgb(82,250,250); }
H1.HeaderClassName
{
color: #52FAFA;
}
.AnyTagClassName
{
color: #52FAFA;
}
</style>
background-color css
<style>
a { background-color: #52FAFA; }
a { background-color: rgb(82,250,250); }
div.DivClassName
{
background-color: #52FAFA;
}
.BgClassName
{
background-color: #52FAFA;
}
</style>
border-color css
<style>
span { border-color: #52FAFA; }
span { border-color: rgb(82,250,250); }
td.TdClassName
{
border-color: #52FAFA;
}
.TagClassName
{
border-color: #52FAFA;
}
</style>