Shades of Summer Sky #3BCFEE
Tints of Summer Sky #3BCFEE
RGB
CMYK
RGB Variations
Color information
#3BCFEE (or 0x3BCFEE) is known color: Summer Sky. HEX triplet: 3B, CF and EE. RGB value is (59,207,238). Sum of RGB (Red+Green+Blue) = 59+207+238=504 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.71% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #3BCFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCFEE is #C43011. Grayscale: #A6A6A6. Windows color (decimal): -12857362 or 15650619. OLE color: 15650619.
HSL color Cylindrical-coordinate representation of color #3BCFEE: hue angle of 190.39º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BCFEE is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 207 | 238 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.07 |
| HSL | 190.39º | 0.84% | 0.58% | - |
| HSV(B) | 190.39º | 0.75% | 0.93% | - |
| XYZ | 39.55 | 51.73 | 88.79 | - |
| YUV | 166.28 | 168.47 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 207 | 238 | 0.75 | 0.13 | 0 | 0.07 | 190.39 | 0.84 | 0.58 |
| Hex | 3B | CF | EE | 4B | D | 0 | 7 | BE | 54 | 3A |
| Octal | 73 | 317 | 356 | 113 | 15 | 0 | 7 | 276 | 124 | 72 |
| Binary | 111011 | 11001111 | 11101110 | 1001011 | 1101 | 0 | 111 | 10111110 | 1010100 | 111010 |
Color Harmonies of #3BCFEE
Complementary color
Monochromatic Colors of #3BCFEE
Black with #3BCFEE
Text Example
Text Example
White with #3BCFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCFEE; }
p { color: rgb(59,207,238); }
H1.HeaderClassName
{
color: #3BCFEE;
}
.AnyTagClassName
{
color: #3BCFEE;
}
</style>
background-color css
<style>
a { background-color: #3BCFEE; }
a { background-color: rgb(59,207,238); }
div.DivClassName
{
background-color: #3BCFEE;
}
.BgClassName
{
background-color: #3BCFEE;
}
</style>
border-color css
<style>
span { border-color: #3BCFEE; }
span { border-color: rgb(59,207,238); }
td.TdClassName
{
border-color: #3BCFEE;
}
.TagClassName
{
border-color: #3BCFEE;
}
</style>