Shades of Summer Sky #3DBEFF
Tints of Summer Sky #3DBEFF
RGB
CMYK
RGB Variations
Color information
#3DBEFF (or 0x3DBEFF) is known color: Summer Sky. HEX triplet: 3D, BE and FF. RGB value is (61,190,255). Sum of RGB (Red+Green+Blue) = 61+190+255=506 (67% of max value = 765). Red value is 61 (24.22% from 255 or 12.06% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #3DBEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DBEFF is #C24100. Grayscale: #9E9E9E. Windows color (decimal): -12730625 or 16760381. OLE color: 16760381.
HSL color Cylindrical-coordinate representation of color #3DBEFF: hue angle of 200.1º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DBEFF is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 190 | 255 | - |
| CMYK | 0.76 | 0.25 | 0 | 0 |
| HSL | 200.1º | 1% | 0.62% | - |
| HSV(B) | 200.1º | 0.76% | 1% | - |
| XYZ | 38.39 | 45.04 | 101.28 | - |
| YUV | 158.84 | 182.26 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 255 | 0.76 | 0.25 | 0 | 0 | 200.1 | 1 | 0.62 |
| Hex | 3D | BE | FF | 4C | 19 | 0 | 0 | C8 | 64 | 3E |
| Octal | 75 | 276 | 377 | 114 | 31 | 0 | 0 | 310 | 144 | 76 |
| Binary | 111101 | 10111110 | 11111111 | 1001100 | 11001 | 0 | 0 | 11001000 | 1100100 | 111110 |
Color Harmonies of #3DBEFF
Complementary color
Monochromatic Colors of #3DBEFF
Black with #3DBEFF
Text Example
Text Example
White with #3DBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBEFF; }
p { color: rgb(61,190,255); }
H1.HeaderClassName
{
color: #3DBEFF;
}
.AnyTagClassName
{
color: #3DBEFF;
}
</style>
background-color css
<style>
a { background-color: #3DBEFF; }
a { background-color: rgb(61,190,255); }
div.DivClassName
{
background-color: #3DBEFF;
}
.BgClassName
{
background-color: #3DBEFF;
}
</style>
border-color css
<style>
span { border-color: #3DBEFF; }
span { border-color: rgb(61,190,255); }
td.TdClassName
{
border-color: #3DBEFF;
}
.TagClassName
{
border-color: #3DBEFF;
}
</style>