Shades of Summer Sky #3BD0FE
Tints of Summer Sky #3BD0FE
RGB
CMYK
RGB Variations
Color information
#3BD0FE (or 0x3BD0FE) is known color: Summer Sky. HEX triplet: 3B, D0 and FE. RGB value is (59,208,254). Sum of RGB (Red+Green+Blue) = 59+208+254=521 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.32% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #3BD0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BD0FE is #C42F01. Grayscale: #A8A8A8. Windows color (decimal): -12857090 or 16699451. OLE color: 16699451.
HSL color Cylindrical-coordinate representation of color #3BD0FE: hue angle of 194.15º 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 #3BD0FE is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 208 | 254 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.00 |
| HSL | 194.15º | 0.99% | 0.61% | - |
| HSV(B) | 194.15º | 0.77% | 1% | - |
| XYZ | 42.25 | 53.2 | 101.81 | - |
| YUV | 168.69 | 176.14 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 208 | 254 | 0.77 | 0.18 | 0 | 0.00 | 194.15 | 0.99 | 0.61 |
| Hex | 3B | D0 | FE | 4D | 12 | 0 | 0 | C2 | 63 | 3D |
| Octal | 73 | 320 | 376 | 115 | 22 | 0 | 0 | 302 | 143 | 75 |
| Binary | 111011 | 11010000 | 11111110 | 1001101 | 10010 | 0 | 0 | 11000010 | 1100011 | 111101 |
Color Harmonies of #3BD0FE
Complementary color
Monochromatic Colors of #3BD0FE
Black with #3BD0FE
Text Example
Text Example
White with #3BD0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD0FE; }
p { color: rgb(59,208,254); }
H1.HeaderClassName
{
color: #3BD0FE;
}
.AnyTagClassName
{
color: #3BD0FE;
}
</style>
background-color css
<style>
a { background-color: #3BD0FE; }
a { background-color: rgb(59,208,254); }
div.DivClassName
{
background-color: #3BD0FE;
}
.BgClassName
{
background-color: #3BD0FE;
}
</style>
border-color css
<style>
span { border-color: #3BD0FE; }
span { border-color: rgb(59,208,254); }
td.TdClassName
{
border-color: #3BD0FE;
}
.TagClassName
{
border-color: #3BD0FE;
}
</style>