Shades of Summer Sky #3BCFFE
Tints of Summer Sky #3BCFFE
RGB
CMYK
RGB Variations
Color information
#3BCFFE (or 0x3BCFFE) is known color: Summer Sky. HEX triplet: 3B, CF and FE. RGB value is (59,207,254). Sum of RGB (Red+Green+Blue) = 59+207+254=520 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.35% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #3BCFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCFFE is #C43001. Grayscale: #A7A7A7. Windows color (decimal): -12857346 or 16699195. OLE color: 16699195.
HSL color Cylindrical-coordinate representation of color #3BCFFE: hue angle of 194.46º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BCFFE is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 207 | 254 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.00 |
| HSL | 194.46º | 0.99% | 0.61% | - |
| HSV(B) | 194.46º | 0.77% | 1% | - |
| XYZ | 42.01 | 52.71 | 101.73 | - |
| YUV | 168.11 | 176.47 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 207 | 254 | 0.77 | 0.19 | 0 | 0.00 | 194.46 | 0.99 | 0.61 |
| Hex | 3B | CF | FE | 4D | 13 | 0 | 0 | C2 | 63 | 3D |
| Octal | 73 | 317 | 376 | 115 | 23 | 0 | 0 | 302 | 143 | 75 |
| Binary | 111011 | 11001111 | 11111110 | 1001101 | 10011 | 0 | 0 | 11000010 | 1100011 | 111101 |
Color Harmonies of #3BCFFE
Complementary color
Monochromatic Colors of #3BCFFE
Black with #3BCFFE
Text Example
Text Example
White with #3BCFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCFFE; }
p { color: rgb(59,207,254); }
H1.HeaderClassName
{
color: #3BCFFE;
}
.AnyTagClassName
{
color: #3BCFFE;
}
</style>
background-color css
<style>
a { background-color: #3BCFFE; }
a { background-color: rgb(59,207,254); }
div.DivClassName
{
background-color: #3BCFFE;
}
.BgClassName
{
background-color: #3BCFFE;
}
</style>
border-color css
<style>
span { border-color: #3BCFFE; }
span { border-color: rgb(59,207,254); }
td.TdClassName
{
border-color: #3BCFFE;
}
.TagClassName
{
border-color: #3BCFFE;
}
</style>