Shades of Baby Blue #5CFFFF
Tints of Baby Blue #5CFFFF
RGB
CMYK
RGB Variations
Color information
#5CFFFF (or 0x5CFFFF) is known color: Baby Blue. HEX triplet: 5C, FF and FF. RGB value is (92,255,255). Sum of RGB (Red+Green+Blue) = 92+255+255=602 (79% of max value = 765). Red value is 92 (36.33% from 255 or 15.28% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #5CFFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CFFFF is #A30000. Grayscale: #CECECE. Windows color (decimal): -10682369 or 16777052. OLE color: 16777052.
HSL color Cylindrical-coordinate representation of color #5CFFFF: hue angle of 180º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CFFFF is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 92 | 255 | 255 | - |
CMYK | 0.64 | 0 | 0 | 0 |
HSL | 180º | 1% | 0.68% | - |
HSV(B) | 180º | 0.64% | 1% | - |
XYZ | 58.22 | 81.02 | 107.18 | - |
YUV | 206.26 | 155.5 | 46.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 92 | 255 | 255 | 0.64 | 0 | 0 | 0 | 180 | 1 | 0.68 |
Hex | 5C | FF | FF | 40 | 0 | 0 | 0 | B4 | 64 | 44 |
Octal | 134 | 377 | 377 | 100 | 0 | 0 | 0 | 264 | 144 | 104 |
Binary | 1011100 | 11111111 | 11111111 | 1000000 | 0 | 0 | 0 | 10110100 | 1100100 | 1000100 |
Color Harmonies of #5CFFFF
Complementary color
Monochromatic Colors of #5CFFFF
Black with #5CFFFF
Text Example
Text Example
White with #5CFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFFFF; }
p { color: rgb(92,255,255); }
H1.HeaderClassName
{
color: #5CFFFF;
}
.AnyTagClassName
{
color: #5CFFFF;
}
</style>
background-color css
<style>
a { background-color: #5CFFFF; }
a { background-color: rgb(92,255,255); }
div.DivClassName
{
background-color: #5CFFFF;
}
.BgClassName
{
background-color: #5CFFFF;
}
</style>
border-color css
<style>
span { border-color: #5CFFFF; }
span { border-color: rgb(92,255,255); }
td.TdClassName
{
border-color: #5CFFFF;
}
.TagClassName
{
border-color: #5CFFFF;
}
</style>