Shades of Summer Sky #3DBDFC
Tints of Summer Sky #3DBDFC
RGB
CMYK
RGB Variations
Color information
#3DBDFC (or 0x3DBDFC) is known color: Summer Sky. HEX triplet: 3D, BD and FC. RGB value is (61,189,252). Sum of RGB (Red+Green+Blue) = 61+189+252=502 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.15% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #3DBDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DBDFC is #C24203. Grayscale: #9D9D9D. Windows color (decimal): -12730884 or 16563517. OLE color: 16563517.
HSL color Cylindrical-coordinate representation of color #3DBDFC: hue angle of 199.79º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DBDFC is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 189 | 252 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.01 |
| HSL | 199.79º | 0.97% | 0.61% | - |
| HSV(B) | 199.79º | 0.76% | 0.99% | - |
| XYZ | 37.69 | 44.42 | 98.68 | - |
| YUV | 157.91 | 181.09 | 58.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 252 | 0.76 | 0.25 | 0 | 0.01 | 199.79 | 0.97 | 0.61 |
| Hex | 3D | BD | FC | 4C | 19 | 0 | 1 | C8 | 61 | 3D |
| Octal | 75 | 275 | 374 | 114 | 31 | 0 | 1 | 310 | 141 | 75 |
| Binary | 111101 | 10111101 | 11111100 | 1001100 | 11001 | 0 | 1 | 11001000 | 1100001 | 111101 |
Color Harmonies of #3DBDFC
Complementary color
Monochromatic Colors of #3DBDFC
Black with #3DBDFC
Text Example
Text Example
White with #3DBDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBDFC; }
p { color: rgb(61,189,252); }
H1.HeaderClassName
{
color: #3DBDFC;
}
.AnyTagClassName
{
color: #3DBDFC;
}
</style>
background-color css
<style>
a { background-color: #3DBDFC; }
a { background-color: rgb(61,189,252); }
div.DivClassName
{
background-color: #3DBDFC;
}
.BgClassName
{
background-color: #3DBDFC;
}
</style>
border-color css
<style>
span { border-color: #3DBDFC; }
span { border-color: rgb(61,189,252); }
td.TdClassName
{
border-color: #3DBDFC;
}
.TagClassName
{
border-color: #3DBDFC;
}
</style>