Shades of Summer Sky #3BD3FF
Tints of Summer Sky #3BD3FF
RGB
CMYK
RGB Variations
Color information
#3BD3FF (or 0x3BD3FF) is known color: Summer Sky. HEX triplet: 3B, D3 and FF. RGB value is (59,211,255). Sum of RGB (Red+Green+Blue) = 59+211+255=525 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.24% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BD3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BD3FF is #C42C00. Grayscale: #AAAAAA. Windows color (decimal): -12856321 or 16765755. OLE color: 16765755.
HSL color Cylindrical-coordinate representation of color #3BD3FF: hue angle of 193.47º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BD3FF is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 211 | 255 | - |
| CMYK | 0.77 | 0.17 | 0 | 0 |
| HSL | 193.47º | 1% | 0.62% | - |
| HSV(B) | 193.47º | 0.77% | 1% | - |
| XYZ | 43.15 | 54.74 | 102.9 | - |
| YUV | 170.57 | 175.64 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 211 | 255 | 0.77 | 0.17 | 0 | 0 | 193.47 | 1 | 0.62 |
| Hex | 3B | D3 | FF | 4D | 11 | 0 | 0 | C1 | 64 | 3E |
| Octal | 73 | 323 | 377 | 115 | 21 | 0 | 0 | 301 | 144 | 76 |
| Binary | 111011 | 11010011 | 11111111 | 1001101 | 10001 | 0 | 0 | 11000001 | 1100100 | 111110 |
Color Harmonies of #3BD3FF
Complementary color
Monochromatic Colors of #3BD3FF
Black with #3BD3FF
Text Example
Text Example
White with #3BD3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD3FF; }
p { color: rgb(59,211,255); }
H1.HeaderClassName
{
color: #3BD3FF;
}
.AnyTagClassName
{
color: #3BD3FF;
}
</style>
background-color css
<style>
a { background-color: #3BD3FF; }
a { background-color: rgb(59,211,255); }
div.DivClassName
{
background-color: #3BD3FF;
}
.BgClassName
{
background-color: #3BD3FF;
}
</style>
border-color css
<style>
span { border-color: #3BD3FF; }
span { border-color: rgb(59,211,255); }
td.TdClassName
{
border-color: #3BD3FF;
}
.TagClassName
{
border-color: #3BD3FF;
}
</style>