Shades of Summer Sky #3BD5FF
Tints of Summer Sky #3BD5FF
RGB
CMYK
RGB Variations
Color information
#3BD5FF (or 0x3BD5FF) is known color: Summer Sky. HEX triplet: 3B, D5 and FF. RGB value is (59,213,255). Sum of RGB (Red+Green+Blue) = 59+213+255=527 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.20% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BD5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BD5FF is #C42A00. Grayscale: #ABABAB. Windows color (decimal): -12855809 or 16766267. OLE color: 16766267.
HSL color Cylindrical-coordinate representation of color #3BD5FF: hue angle of 192.86º 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 #3BD5FF is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 213 | 255 | - |
| CMYK | 0.77 | 0.16 | 0 | 0 |
| HSL | 192.86º | 1% | 0.62% | - |
| HSV(B) | 192.86º | 0.77% | 1% | - |
| XYZ | 43.65 | 55.74 | 103.07 | - |
| YUV | 171.74 | 174.98 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 213 | 255 | 0.77 | 0.16 | 0 | 0 | 192.86 | 1 | 0.62 |
| Hex | 3B | D5 | FF | 4D | 10 | 0 | 0 | C1 | 64 | 3E |
| Octal | 73 | 325 | 377 | 115 | 20 | 0 | 0 | 301 | 144 | 76 |
| Binary | 111011 | 11010101 | 11111111 | 1001101 | 10000 | 0 | 0 | 11000001 | 1100100 | 111110 |
Color Harmonies of #3BD5FF
Complementary color
Monochromatic Colors of #3BD5FF
Black with #3BD5FF
Text Example
Text Example
White with #3BD5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD5FF; }
p { color: rgb(59,213,255); }
H1.HeaderClassName
{
color: #3BD5FF;
}
.AnyTagClassName
{
color: #3BD5FF;
}
</style>
background-color css
<style>
a { background-color: #3BD5FF; }
a { background-color: rgb(59,213,255); }
div.DivClassName
{
background-color: #3BD5FF;
}
.BgClassName
{
background-color: #3BD5FF;
}
</style>
border-color css
<style>
span { border-color: #3BD5FF; }
span { border-color: rgb(59,213,255); }
td.TdClassName
{
border-color: #3BD5FF;
}
.TagClassName
{
border-color: #3BD5FF;
}
</style>