Shades of Summer Sky #3BCAEF
Tints of Summer Sky #3BCAEF
RGB
CMYK
RGB Variations
Color information
#3BCAEF (or 0x3BCAEF) is known color: Summer Sky. HEX triplet: 3B, CA and EF. RGB value is (59,202,239). Sum of RGB (Red+Green+Blue) = 59+202+239=500 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.8% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #3BCAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCAEF is #C43510. Grayscale: #A3A3A3. Windows color (decimal): -12858641 or 15714875. OLE color: 15714875.
HSL color Cylindrical-coordinate representation of color #3BCAEF: hue angle of 192.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BCAEF is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 202 | 239 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.06 |
| HSL | 192.33º | 0.85% | 0.58% | - |
| HSV(B) | 192.33º | 0.75% | 0.94% | - |
| XYZ | 38.5 | 49.4 | 89.17 | - |
| YUV | 163.46 | 170.62 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 202 | 239 | 0.75 | 0.15 | 0 | 0.06 | 192.33 | 0.85 | 0.58 |
| Hex | 3B | CA | EF | 4B | F | 0 | 6 | C0 | 55 | 3A |
| Octal | 73 | 312 | 357 | 113 | 17 | 0 | 6 | 300 | 125 | 72 |
| Binary | 111011 | 11001010 | 11101111 | 1001011 | 1111 | 0 | 110 | 11000000 | 1010101 | 111010 |
Color Harmonies of #3BCAEF
Complementary color
Monochromatic Colors of #3BCAEF
Black with #3BCAEF
Text Example
Text Example
White with #3BCAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCAEF; }
p { color: rgb(59,202,239); }
H1.HeaderClassName
{
color: #3BCAEF;
}
.AnyTagClassName
{
color: #3BCAEF;
}
</style>
background-color css
<style>
a { background-color: #3BCAEF; }
a { background-color: rgb(59,202,239); }
div.DivClassName
{
background-color: #3BCAEF;
}
.BgClassName
{
background-color: #3BCAEF;
}
</style>
border-color css
<style>
span { border-color: #3BCAEF; }
span { border-color: rgb(59,202,239); }
td.TdClassName
{
border-color: #3BCAEF;
}
.TagClassName
{
border-color: #3BCAEF;
}
</style>