Shades of Summer Sky #3BCEFF
Tints of Summer Sky #3BCEFF
RGB
CMYK
RGB Variations
Color information
#3BCEFF (or 0x3BCEFF) is known color: Summer Sky. HEX triplet: 3B, CE and FF. RGB value is (59,206,255). Sum of RGB (Red+Green+Blue) = 59+206+255=520 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.35% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BCEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCEFF is #C43100. Grayscale: #A7A7A7. Windows color (decimal): -12857601 or 16764475. OLE color: 16764475.
HSL color Cylindrical-coordinate representation of color #3BCEFF: hue angle of 195º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BCEFF is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 206 | 255 | - |
| CMYK | 0.77 | 0.19 | 0 | 0 |
| HSL | 195º | 1% | 0.62% | - |
| HSV(B) | 195º | 0.77% | 1% | - |
| XYZ | 41.92 | 52.29 | 102.49 | - |
| YUV | 167.63 | 177.3 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 206 | 255 | 0.77 | 0.19 | 0 | 0 | 195 | 1 | 0.62 |
| Hex | 3B | CE | FF | 4D | 13 | 0 | 0 | C3 | 64 | 3E |
| Octal | 73 | 316 | 377 | 115 | 23 | 0 | 0 | 303 | 144 | 76 |
| Binary | 111011 | 11001110 | 11111111 | 1001101 | 10011 | 0 | 0 | 11000011 | 1100100 | 111110 |
Color Harmonies of #3BCEFF
Complementary color
Monochromatic Colors of #3BCEFF
Black with #3BCEFF
Text Example
Text Example
White with #3BCEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCEFF; }
p { color: rgb(59,206,255); }
H1.HeaderClassName
{
color: #3BCEFF;
}
.AnyTagClassName
{
color: #3BCEFF;
}
</style>
background-color css
<style>
a { background-color: #3BCEFF; }
a { background-color: rgb(59,206,255); }
div.DivClassName
{
background-color: #3BCEFF;
}
.BgClassName
{
background-color: #3BCEFF;
}
</style>
border-color css
<style>
span { border-color: #3BCEFF; }
span { border-color: rgb(59,206,255); }
td.TdClassName
{
border-color: #3BCEFF;
}
.TagClassName
{
border-color: #3BCEFF;
}
</style>