Shades of Baby Blue #5CEFF3
Tints of Baby Blue #5CEFF3
RGB
CMYK
RGB Variations
Color information
#5CEFF3 (or 0x5CEFF3) is known color: Baby Blue. HEX triplet: 5C, EF and F3. RGB value is (92,239,243). Sum of RGB (Red+Green+Blue) = 92+239+243=574 (76% of max value = 765). Red value is 92 (36.33% from 255 or 16.03% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 243 (95.31% from 255 or 42.33% from 574); Max value from RGB is 243 - color contains mainly: blue. Hex color #5CEFF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CEFF3 is #A3100C. Grayscale: #C3C3C3. Windows color (decimal): -10686477 or 15986524. OLE color: 15986524.
HSL color Cylindrical-coordinate representation of color #5CEFF3: hue angle of 181.59º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CEFF3 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 239 | 243 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.05 |
| HSL | 181.59º | 0.86% | 0.66% | - |
| HSV(B) | 181.59º | 0.62% | 0.95% | - |
| XYZ | 51.46 | 70.48 | 95.69 | - |
| YUV | 195.5 | 154.8 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 239 | 243 | 0.62 | 0.02 | 0 | 0.05 | 181.59 | 0.86 | 0.66 |
| Hex | 5C | EF | F3 | 3E | 2 | 0 | 5 | B6 | 56 | 42 |
| Octal | 134 | 357 | 363 | 76 | 2 | 0 | 5 | 266 | 126 | 102 |
| Binary | 1011100 | 11101111 | 11110011 | 111110 | 10 | 0 | 101 | 10110110 | 1010110 | 1000010 |
Color Harmonies of #5CEFF3
Complementary color
Monochromatic Colors of #5CEFF3
Black with #5CEFF3
Text Example
Text Example
White with #5CEFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEFF3; }
p { color: rgb(92,239,243); }
H1.HeaderClassName
{
color: #5CEFF3;
}
.AnyTagClassName
{
color: #5CEFF3;
}
</style>
background-color css
<style>
a { background-color: #5CEFF3; }
a { background-color: rgb(92,239,243); }
div.DivClassName
{
background-color: #5CEFF3;
}
.BgClassName
{
background-color: #5CEFF3;
}
</style>
border-color css
<style>
span { border-color: #5CEFF3; }
span { border-color: rgb(92,239,243); }
td.TdClassName
{
border-color: #5CEFF3;
}
.TagClassName
{
border-color: #5CEFF3;
}
</style>