Shades of Summer Sky #3BD9FF
Tints of Summer Sky #3BD9FF
RGB
CMYK
RGB Variations
Color information
#3BD9FF (or 0x3BD9FF) is known color: Summer Sky. HEX triplet: 3B, D9 and FF. RGB value is (59,217,255). Sum of RGB (Red+Green+Blue) = 59+217+255=531 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.11% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BD9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BD9FF is #C42600. Grayscale: #ADADAD. Windows color (decimal): -12854785 or 16767291. OLE color: 16767291.
HSL color Cylindrical-coordinate representation of color #3BD9FF: hue angle of 191.63º 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 #3BD9FF is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 217 | 255 | - |
| CMYK | 0.77 | 0.15 | 0 | 0 |
| HSL | 191.63º | 1% | 0.62% | - |
| HSV(B) | 191.63º | 0.77% | 1% | - |
| XYZ | 44.67 | 57.78 | 103.41 | - |
| YUV | 174.09 | 173.65 | 45.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 217 | 255 | 0.77 | 0.15 | 0 | 0 | 191.63 | 1 | 0.62 |
| Hex | 3B | D9 | FF | 4D | F | 0 | 0 | C0 | 64 | 3E |
| Octal | 73 | 331 | 377 | 115 | 17 | 0 | 0 | 300 | 144 | 76 |
| Binary | 111011 | 11011001 | 11111111 | 1001101 | 1111 | 0 | 0 | 11000000 | 1100100 | 111110 |
Color Harmonies of #3BD9FF
Complementary color
Monochromatic Colors of #3BD9FF
Black with #3BD9FF
Text Example
Text Example
White with #3BD9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD9FF; }
p { color: rgb(59,217,255); }
H1.HeaderClassName
{
color: #3BD9FF;
}
.AnyTagClassName
{
color: #3BD9FF;
}
</style>
background-color css
<style>
a { background-color: #3BD9FF; }
a { background-color: rgb(59,217,255); }
div.DivClassName
{
background-color: #3BD9FF;
}
.BgClassName
{
background-color: #3BD9FF;
}
</style>
border-color css
<style>
span { border-color: #3BD9FF; }
span { border-color: rgb(59,217,255); }
td.TdClassName
{
border-color: #3BD9FF;
}
.TagClassName
{
border-color: #3BD9FF;
}
</style>