Shades of Summer Sky #3DBEEF
Tints of Summer Sky #3DBEEF
RGB
CMYK
RGB Variations
Color information
#3DBEEF (or 0x3DBEEF) is known color: Summer Sky. HEX triplet: 3D, BE and EF. RGB value is (61,190,239). Sum of RGB (Red+Green+Blue) = 61+190+239=490 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.45% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #3DBEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DBEEF is #C24110. Grayscale: #9C9C9C. Windows color (decimal): -12730641 or 15711805. OLE color: 15711805.
HSL color Cylindrical-coordinate representation of color #3DBEEF: hue angle of 196.52º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DBEEF is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 190 | 239 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.06 |
| HSL | 196.52º | 0.85% | 0.59% | - |
| HSV(B) | 196.52º | 0.74% | 0.94% | - |
| XYZ | 35.92 | 44.05 | 88.27 | - |
| YUV | 157.02 | 174.26 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 239 | 0.74 | 0.21 | 0 | 0.06 | 196.52 | 0.85 | 0.59 |
| Hex | 3D | BE | EF | 4A | 15 | 0 | 6 | C5 | 55 | 3B |
| Octal | 75 | 276 | 357 | 112 | 25 | 0 | 6 | 305 | 125 | 73 |
| Binary | 111101 | 10111110 | 11101111 | 1001010 | 10101 | 0 | 110 | 11000101 | 1010101 | 111011 |
Color Harmonies of #3DBEEF
Complementary color
Monochromatic Colors of #3DBEEF
Black with #3DBEEF
Text Example
Text Example
White with #3DBEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBEEF; }
p { color: rgb(61,190,239); }
H1.HeaderClassName
{
color: #3DBEEF;
}
.AnyTagClassName
{
color: #3DBEEF;
}
</style>
background-color css
<style>
a { background-color: #3DBEEF; }
a { background-color: rgb(61,190,239); }
div.DivClassName
{
background-color: #3DBEEF;
}
.BgClassName
{
background-color: #3DBEEF;
}
</style>
border-color css
<style>
span { border-color: #3DBEEF; }
span { border-color: rgb(61,190,239); }
td.TdClassName
{
border-color: #3DBEEF;
}
.TagClassName
{
border-color: #3DBEEF;
}
</style>