Shades of Summer Sky #3DBDFE
Tints of Summer Sky #3DBDFE
RGB
CMYK
RGB Variations
Color information
#3DBDFE (or 0x3DBDFE) is known color: Summer Sky. HEX triplet: 3D, BD and FE. RGB value is (61,189,254). Sum of RGB (Red+Green+Blue) = 61+189+254=504 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.10% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #3DBDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DBDFE is #C24201. Grayscale: #9D9D9D. Windows color (decimal): -12730882 or 16694589. OLE color: 16694589.
HSL color Cylindrical-coordinate representation of color #3DBDFE: hue angle of 200.21º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DBDFE is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 189 | 254 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.00 |
| HSL | 200.21º | 0.99% | 0.62% | - |
| HSV(B) | 200.21º | 0.76% | 1% | - |
| XYZ | 38.01 | 44.54 | 100.36 | - |
| YUV | 158.14 | 182.09 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 254 | 0.76 | 0.26 | 0 | 0.00 | 200.21 | 0.99 | 0.62 |
| Hex | 3D | BD | FE | 4C | 1A | 0 | 0 | C8 | 63 | 3E |
| Octal | 75 | 275 | 376 | 114 | 32 | 0 | 0 | 310 | 143 | 76 |
| Binary | 111101 | 10111101 | 11111110 | 1001100 | 11010 | 0 | 0 | 11001000 | 1100011 | 111110 |
Color Harmonies of #3DBDFE
Complementary color
Monochromatic Colors of #3DBDFE
Black with #3DBDFE
Text Example
Text Example
White with #3DBDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBDFE; }
p { color: rgb(61,189,254); }
H1.HeaderClassName
{
color: #3DBDFE;
}
.AnyTagClassName
{
color: #3DBDFE;
}
</style>
background-color css
<style>
a { background-color: #3DBDFE; }
a { background-color: rgb(61,189,254); }
div.DivClassName
{
background-color: #3DBDFE;
}
.BgClassName
{
background-color: #3DBDFE;
}
</style>
border-color css
<style>
span { border-color: #3DBDFE; }
span { border-color: rgb(61,189,254); }
td.TdClassName
{
border-color: #3DBDFE;
}
.TagClassName
{
border-color: #3DBDFE;
}
</style>