Shades of Summer Sky #3ACBFC
Tints of Summer Sky #3ACBFC
RGB
CMYK
RGB Variations
Color information
#3ACBFC (or 0x3ACBFC) is known color: Summer Sky. HEX triplet: 3A, CB and FC. RGB value is (58,203,252). Sum of RGB (Red+Green+Blue) = 58+203+252=513 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.31% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #3ACBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACBFC is #C53403. Grayscale: #A4A4A4. Windows color (decimal): -12923908 or 16567098. OLE color: 16567098.
HSL color Cylindrical-coordinate representation of color #3ACBFC: hue angle of 195.15º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ACBFC is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 203 | 252 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.01 |
| HSL | 195.15º | 0.97% | 0.61% | - |
| HSV(B) | 195.15º | 0.77% | 0.99% | - |
| XYZ | 40.67 | 50.64 | 99.73 | - |
| YUV | 165.23 | 176.96 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 203 | 252 | 0.77 | 0.19 | 0 | 0.01 | 195.15 | 0.97 | 0.61 |
| Hex | 3A | CB | FC | 4D | 13 | 0 | 1 | C3 | 61 | 3D |
| Octal | 72 | 313 | 374 | 115 | 23 | 0 | 1 | 303 | 141 | 75 |
| Binary | 111010 | 11001011 | 11111100 | 1001101 | 10011 | 0 | 1 | 11000011 | 1100001 | 111101 |
Color Harmonies of #3ACBFC
Complementary color
Monochromatic Colors of #3ACBFC
Black with #3ACBFC
Text Example
Text Example
White with #3ACBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACBFC; }
p { color: rgb(58,203,252); }
H1.HeaderClassName
{
color: #3ACBFC;
}
.AnyTagClassName
{
color: #3ACBFC;
}
</style>
background-color css
<style>
a { background-color: #3ACBFC; }
a { background-color: rgb(58,203,252); }
div.DivClassName
{
background-color: #3ACBFC;
}
.BgClassName
{
background-color: #3ACBFC;
}
</style>
border-color css
<style>
span { border-color: #3ACBFC; }
span { border-color: rgb(58,203,252); }
td.TdClassName
{
border-color: #3ACBFC;
}
.TagClassName
{
border-color: #3ACBFC;
}
</style>