Shades of Baby Blue #5CEFF6
Tints of Baby Blue #5CEFF6
RGB
CMYK
RGB Variations
Color information
#5CEFF6 (or 0x5CEFF6) is known color: Baby Blue. HEX triplet: 5C, EF and F6. RGB value is (92,239,246). Sum of RGB (Red+Green+Blue) = 92+239+246=577 (76% of max value = 765). Red value is 92 (36.33% from 255 or 15.94% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 246 (96.48% from 255 or 42.63% from 577); Max value from RGB is 246 - color contains mainly: blue. Hex color #5CEFF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CEFF6 is #A31009. Grayscale: #C3C3C3. Windows color (decimal): -10686474 or 16183132. OLE color: 16183132.
HSL color Cylindrical-coordinate representation of color #5CEFF6: hue angle of 182.73º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CEFF6 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 239 | 246 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.04 |
| HSL | 182.73º | 0.9% | 0.66% | - |
| HSV(B) | 182.73º | 0.63% | 0.96% | - |
| XYZ | 51.91 | 70.66 | 98.09 | - |
| YUV | 195.85 | 156.3 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 239 | 246 | 0.63 | 0.03 | 0 | 0.04 | 182.73 | 0.9 | 0.66 |
| Hex | 5C | EF | F6 | 3F | 3 | 0 | 4 | B7 | 5A | 42 |
| Octal | 134 | 357 | 366 | 77 | 3 | 0 | 4 | 267 | 132 | 102 |
| Binary | 1011100 | 11101111 | 11110110 | 111111 | 11 | 0 | 100 | 10110111 | 1011010 | 1000010 |
Color Harmonies of #5CEFF6
Complementary color
Monochromatic Colors of #5CEFF6
Black with #5CEFF6
Text Example
Text Example
White with #5CEFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEFF6; }
p { color: rgb(92,239,246); }
H1.HeaderClassName
{
color: #5CEFF6;
}
.AnyTagClassName
{
color: #5CEFF6;
}
</style>
background-color css
<style>
a { background-color: #5CEFF6; }
a { background-color: rgb(92,239,246); }
div.DivClassName
{
background-color: #5CEFF6;
}
.BgClassName
{
background-color: #5CEFF6;
}
</style>
border-color css
<style>
span { border-color: #5CEFF6; }
span { border-color: rgb(92,239,246); }
td.TdClassName
{
border-color: #5CEFF6;
}
.TagClassName
{
border-color: #5CEFF6;
}
</style>