Shades of Summer Sky #3DB5FD
Tints of Summer Sky #3DB5FD
RGB
CMYK
RGB Variations
Color information
#3DB5FD (or 0x3DB5FD) is known color: Summer Sky. HEX triplet: 3D, B5 and FD. RGB value is (61,181,253). Sum of RGB (Red+Green+Blue) = 61+181+253=495 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.32% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #3DB5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DB5FD is #C24A02. Grayscale: #989898. Windows color (decimal): -12732931 or 16627005. OLE color: 16627005.
HSL color Cylindrical-coordinate representation of color #3DB5FD: hue angle of 202.5º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DB5FD is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 181 | 253 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.01 |
| HSL | 202.5º | 0.98% | 0.62% | - |
| HSV(B) | 202.5º | 0.76% | 0.99% | - |
| XYZ | 36.18 | 41.13 | 98.96 | - |
| YUV | 153.33 | 184.24 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 253 | 0.76 | 0.28 | 0 | 0.01 | 202.5 | 0.98 | 0.62 |
| Hex | 3D | B5 | FD | 4C | 1C | 0 | 1 | CA | 62 | 3E |
| Octal | 75 | 265 | 375 | 114 | 34 | 0 | 1 | 312 | 142 | 76 |
| Binary | 111101 | 10110101 | 11111101 | 1001100 | 11100 | 0 | 1 | 11001010 | 1100010 | 111110 |
Color Harmonies of #3DB5FD
Complementary color
Monochromatic Colors of #3DB5FD
Black with #3DB5FD
Text Example
Text Example
White with #3DB5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB5FD; }
p { color: rgb(61,181,253); }
H1.HeaderClassName
{
color: #3DB5FD;
}
.AnyTagClassName
{
color: #3DB5FD;
}
</style>
background-color css
<style>
a { background-color: #3DB5FD; }
a { background-color: rgb(61,181,253); }
div.DivClassName
{
background-color: #3DB5FD;
}
.BgClassName
{
background-color: #3DB5FD;
}
</style>
border-color css
<style>
span { border-color: #3DB5FD; }
span { border-color: rgb(61,181,253); }
td.TdClassName
{
border-color: #3DB5FD;
}
.TagClassName
{
border-color: #3DB5FD;
}
</style>