Shades of Summer Sky #3BCFEF
Tints of Summer Sky #3BCFEF
RGB
CMYK
RGB Variations
Color information
#3BCFEF (or 0x3BCFEF) is known color: Summer Sky. HEX triplet: 3B, CF and EF. RGB value is (59,207,239). Sum of RGB (Red+Green+Blue) = 59+207+239=505 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.68% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #3BCFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCFEF is #C43010. Grayscale: #A6A6A6. Windows color (decimal): -12857361 or 15716155. OLE color: 15716155.
HSL color Cylindrical-coordinate representation of color #3BCFEF: hue angle of 190.67º 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 #3BCFEF is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 207 | 239 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.06 |
| HSL | 190.67º | 0.85% | 0.58% | - |
| HSV(B) | 190.67º | 0.75% | 0.94% | - |
| XYZ | 39.7 | 51.79 | 89.57 | - |
| YUV | 166.4 | 168.97 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 207 | 239 | 0.75 | 0.13 | 0 | 0.06 | 190.67 | 0.85 | 0.58 |
| Hex | 3B | CF | EF | 4B | D | 0 | 6 | BF | 55 | 3A |
| Octal | 73 | 317 | 357 | 113 | 15 | 0 | 6 | 277 | 125 | 72 |
| Binary | 111011 | 11001111 | 11101111 | 1001011 | 1101 | 0 | 110 | 10111111 | 1010101 | 111010 |
Color Harmonies of #3BCFEF
Complementary color
Monochromatic Colors of #3BCFEF
Black with #3BCFEF
Text Example
Text Example
White with #3BCFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCFEF; }
p { color: rgb(59,207,239); }
H1.HeaderClassName
{
color: #3BCFEF;
}
.AnyTagClassName
{
color: #3BCFEF;
}
</style>
background-color css
<style>
a { background-color: #3BCFEF; }
a { background-color: rgb(59,207,239); }
div.DivClassName
{
background-color: #3BCFEF;
}
.BgClassName
{
background-color: #3BCFEF;
}
</style>
border-color css
<style>
span { border-color: #3BCFEF; }
span { border-color: rgb(59,207,239); }
td.TdClassName
{
border-color: #3BCFEF;
}
.TagClassName
{
border-color: #3BCFEF;
}
</style>