Shades of Summer Sky #3BCBEF
Tints of Summer Sky #3BCBEF
RGB
CMYK
RGB Variations
Color information
#3BCBEF (or 0x3BCBEF) is known color: Summer Sky. HEX triplet: 3B, CB and EF. RGB value is (59,203,239). Sum of RGB (Red+Green+Blue) = 59+203+239=501 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.78% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #3BCBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCBEF is #C43410. Grayscale: #A3A3A3. Windows color (decimal): -12858385 or 15715131. OLE color: 15715131.
HSL color Cylindrical-coordinate representation of color #3BCBEF: hue angle of 192º 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 #3BCBEF is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 203 | 239 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.06 |
| HSL | 192º | 0.85% | 0.58% | - |
| HSV(B) | 192º | 0.75% | 0.94% | - |
| XYZ | 38.74 | 49.87 | 89.25 | - |
| YUV | 164.05 | 170.29 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 203 | 239 | 0.75 | 0.15 | 0 | 0.06 | 192 | 0.85 | 0.58 |
| Hex | 3B | CB | EF | 4B | F | 0 | 6 | C0 | 55 | 3A |
| Octal | 73 | 313 | 357 | 113 | 17 | 0 | 6 | 300 | 125 | 72 |
| Binary | 111011 | 11001011 | 11101111 | 1001011 | 1111 | 0 | 110 | 11000000 | 1010101 | 111010 |
Color Harmonies of #3BCBEF
Complementary color
Monochromatic Colors of #3BCBEF
Black with #3BCBEF
Text Example
Text Example
White with #3BCBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCBEF; }
p { color: rgb(59,203,239); }
H1.HeaderClassName
{
color: #3BCBEF;
}
.AnyTagClassName
{
color: #3BCBEF;
}
</style>
background-color css
<style>
a { background-color: #3BCBEF; }
a { background-color: rgb(59,203,239); }
div.DivClassName
{
background-color: #3BCBEF;
}
.BgClassName
{
background-color: #3BCBEF;
}
</style>
border-color css
<style>
span { border-color: #3BCBEF; }
span { border-color: rgb(59,203,239); }
td.TdClassName
{
border-color: #3BCBEF;
}
.TagClassName
{
border-color: #3BCBEF;
}
</style>