Shades of Baby Blue #53FFF2
Tints of Baby Blue #53FFF2
RGB
CMYK
RGB Variations
Color information
#53FFF2 (or 0x53FFF2) is known color: Baby Blue. HEX triplet: 53, FF and F2. RGB value is (83,255,242). Sum of RGB (Red+Green+Blue) = 83+255+242=580 (76% of max value = 765). Red value is 83 (32.81% from 255 or 14.31% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FFF2 is #AC000D. Grayscale: #C9C9C9. Windows color (decimal): -11272206 or 15925075. OLE color: 15925075.
HSL color Cylindrical-coordinate representation of color #53FFF2: hue angle of 175.47º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FFF2 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 242 | - |
| CMYK | 0.67 | 0 | 0.05 | 0 |
| HSL | 175.47º | 1% | 0.66% | - |
| HSV(B) | 175.47º | 0.67% | 1% | - |
| XYZ | 55.35 | 79.77 | 96.48 | - |
| YUV | 202.09 | 150.52 | 43.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 242 | 0.67 | 0 | 0.05 | 0 | 175.47 | 1 | 0.66 |
| Hex | 53 | FF | F2 | 43 | 0 | 5 | 0 | AF | 64 | 42 |
| Octal | 123 | 377 | 362 | 103 | 0 | 5 | 0 | 257 | 144 | 102 |
| Binary | 1010011 | 11111111 | 11110010 | 1000011 | 0 | 101 | 0 | 10101111 | 1100100 | 1000010 |
Color Harmonies of #53FFF2
Complementary color
Monochromatic Colors of #53FFF2
Black with #53FFF2
Text Example
Text Example
White with #53FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FFF2; }
p { color: rgb(83,255,242); }
H1.HeaderClassName
{
color: #53FFF2;
}
.AnyTagClassName
{
color: #53FFF2;
}
</style>
background-color css
<style>
a { background-color: #53FFF2; }
a { background-color: rgb(83,255,242); }
div.DivClassName
{
background-color: #53FFF2;
}
.BgClassName
{
background-color: #53FFF2;
}
</style>
border-color css
<style>
span { border-color: #53FFF2; }
span { border-color: rgb(83,255,242); }
td.TdClassName
{
border-color: #53FFF2;
}
.TagClassName
{
border-color: #53FFF2;
}
</style>