Shades of Summer Sky #3DAFDB
Tints of Summer Sky #3DAFDB
RGB
CMYK
RGB Variations
Color information
#3DAFDB (or 0x3DAFDB) is known color: Summer Sky. HEX triplet: 3D, AF and DB. RGB value is (61,175,219). Sum of RGB (Red+Green+Blue) = 61+175+219=455 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.41% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #3DAFDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DAFDB is #C25024. Grayscale: #919191. Windows color (decimal): -12734501 or 14397245. OLE color: 14397245.
HSL color Cylindrical-coordinate representation of color #3DAFDB: hue angle of 196.71º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DAFDB is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 175 | 219 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.14 |
| HSL | 196.71º | 0.69% | 0.55% | - |
| HSV(B) | 196.71º | 0.72% | 0.86% | - |
| XYZ | 30.04 | 36.77 | 72.53 | - |
| YUV | 145.93 | 169.23 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 175 | 219 | 0.72 | 0.20 | 0 | 0.14 | 196.71 | 0.69 | 0.55 |
| Hex | 3D | AF | DB | 48 | 14 | 0 | E | C5 | 45 | 37 |
| Octal | 75 | 257 | 333 | 110 | 24 | 0 | 16 | 305 | 105 | 67 |
| Binary | 111101 | 10101111 | 11011011 | 1001000 | 10100 | 0 | 1110 | 11000101 | 1000101 | 110111 |
Color Harmonies of #3DAFDB
Complementary color
Monochromatic Colors of #3DAFDB
Black with #3DAFDB
Text Example
Text Example
White with #3DAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAFDB; }
p { color: rgb(61,175,219); }
H1.HeaderClassName
{
color: #3DAFDB;
}
.AnyTagClassName
{
color: #3DAFDB;
}
</style>
background-color css
<style>
a { background-color: #3DAFDB; }
a { background-color: rgb(61,175,219); }
div.DivClassName
{
background-color: #3DAFDB;
}
.BgClassName
{
background-color: #3DAFDB;
}
</style>
border-color css
<style>
span { border-color: #3DAFDB; }
span { border-color: rgb(61,175,219); }
td.TdClassName
{
border-color: #3DAFDB;
}
.TagClassName
{
border-color: #3DAFDB;
}
</style>