Shades of Baby Blue #5CEFF0
Tints of Baby Blue #5CEFF0
RGB
CMYK
RGB Variations
Color information
#5CEFF0 (or 0x5CEFF0) is known color: Baby Blue. HEX triplet: 5C, EF and F0. RGB value is (92,239,240). Sum of RGB (Red+Green+Blue) = 92+239+240=571 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.11% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #5CEFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CEFF0 is #A3100F. Grayscale: #C3C3C3. Windows color (decimal): -10686480 or 15789916. OLE color: 15789916.
HSL color Cylindrical-coordinate representation of color #5CEFF0: hue angle of 180.41º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CEFF0 is Cyan = 0.62, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 239 | 240 | - |
| CMYK | 0.62 | 0.00 | 0 | 0.06 |
| HSL | 180.41º | 0.83% | 0.65% | - |
| HSV(B) | 180.41º | 0.62% | 0.94% | - |
| XYZ | 51.01 | 70.3 | 93.32 | - |
| YUV | 195.16 | 153.3 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 239 | 240 | 0.62 | 0.00 | 0 | 0.06 | 180.41 | 0.83 | 0.65 |
| Hex | 5C | EF | F0 | 3E | 0 | 0 | 6 | B4 | 53 | 41 |
| Octal | 134 | 357 | 360 | 76 | 0 | 0 | 6 | 264 | 123 | 101 |
| Binary | 1011100 | 11101111 | 11110000 | 111110 | 0 | 0 | 110 | 10110100 | 1010011 | 1000001 |
Color Harmonies of #5CEFF0
Complementary color
Monochromatic Colors of #5CEFF0
Black with #5CEFF0
Text Example
Text Example
White with #5CEFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEFF0; }
p { color: rgb(92,239,240); }
H1.HeaderClassName
{
color: #5CEFF0;
}
.AnyTagClassName
{
color: #5CEFF0;
}
</style>
background-color css
<style>
a { background-color: #5CEFF0; }
a { background-color: rgb(92,239,240); }
div.DivClassName
{
background-color: #5CEFF0;
}
.BgClassName
{
background-color: #5CEFF0;
}
</style>
border-color css
<style>
span { border-color: #5CEFF0; }
span { border-color: rgb(92,239,240); }
td.TdClassName
{
border-color: #5CEFF0;
}
.TagClassName
{
border-color: #5CEFF0;
}
</style>