Shades of Baby Blue #5CF2F3
Tints of Baby Blue #5CF2F3
RGB
CMYK
RGB Variations
Color information
#5CF2F3 (or 0x5CF2F3) is known color: Baby Blue. HEX triplet: 5C, F2 and F3. RGB value is (92,242,243). Sum of RGB (Red+Green+Blue) = 92+242+243=577 (76% of max value = 765). Red value is 92 (36.33% from 255 or 15.94% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 243 (95.31% from 255 or 42.11% from 577); Max value from RGB is 243 - color contains mainly: blue. Hex color #5CF2F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CF2F3 is #A30D0C. Grayscale: #C5C5C5. Windows color (decimal): -10685709 or 15987292. OLE color: 15987292.
HSL color Cylindrical-coordinate representation of color #5CF2F3: hue angle of 180.4º 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 #5CF2F3 is Cyan = 0.62, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 242 | 243 | - |
| CMYK | 0.62 | 0.00 | 0 | 0.05 |
| HSL | 180.4º | 0.86% | 0.66% | - |
| HSV(B) | 180.4º | 0.62% | 0.95% | - |
| XYZ | 52.34 | 72.25 | 95.98 | - |
| YUV | 197.26 | 153.81 | 52.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 242 | 243 | 0.62 | 0.00 | 0 | 0.05 | 180.4 | 0.86 | 0.66 |
| Hex | 5C | F2 | F3 | 3E | 0 | 0 | 5 | B4 | 56 | 42 |
| Octal | 134 | 362 | 363 | 76 | 0 | 0 | 5 | 264 | 126 | 102 |
| Binary | 1011100 | 11110010 | 11110011 | 111110 | 0 | 0 | 101 | 10110100 | 1010110 | 1000010 |
Color Harmonies of #5CF2F3
Complementary color
Monochromatic Colors of #5CF2F3
Black with #5CF2F3
Text Example
Text Example
White with #5CF2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF2F3; }
p { color: rgb(92,242,243); }
H1.HeaderClassName
{
color: #5CF2F3;
}
.AnyTagClassName
{
color: #5CF2F3;
}
</style>
background-color css
<style>
a { background-color: #5CF2F3; }
a { background-color: rgb(92,242,243); }
div.DivClassName
{
background-color: #5CF2F3;
}
.BgClassName
{
background-color: #5CF2F3;
}
</style>
border-color css
<style>
span { border-color: #5CF2F3; }
span { border-color: rgb(92,242,243); }
td.TdClassName
{
border-color: #5CF2F3;
}
.TagClassName
{
border-color: #5CF2F3;
}
</style>