Shades of Summer Sky #3DBBEE
Tints of Summer Sky #3DBBEE
RGB
CMYK
RGB Variations
Color information
#3DBBEE (or 0x3DBBEE) is known color: Summer Sky. HEX triplet: 3D, BB and EE. RGB value is (61,187,238). Sum of RGB (Red+Green+Blue) = 61+187+238=486 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.55% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #3DBBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DBBEE is #C24411. Grayscale: #9A9A9A. Windows color (decimal): -12731410 or 15645501. OLE color: 15645501.
HSL color Cylindrical-coordinate representation of color #3DBBEE: hue angle of 197.29º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DBBEE is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 187 | 238 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.07 |
| HSL | 197.29º | 0.84% | 0.59% | - |
| HSV(B) | 197.29º | 0.74% | 0.93% | - |
| XYZ | 35.13 | 42.71 | 87.28 | - |
| YUV | 155.14 | 174.76 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 238 | 0.74 | 0.21 | 0 | 0.07 | 197.29 | 0.84 | 0.59 |
| Hex | 3D | BB | EE | 4A | 15 | 0 | 7 | C5 | 54 | 3B |
| Octal | 75 | 273 | 356 | 112 | 25 | 0 | 7 | 305 | 124 | 73 |
| Binary | 111101 | 10111011 | 11101110 | 1001010 | 10101 | 0 | 111 | 11000101 | 1010100 | 111011 |
Color Harmonies of #3DBBEE
Complementary color
Monochromatic Colors of #3DBBEE
Black with #3DBBEE
Text Example
Text Example
White with #3DBBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBBEE; }
p { color: rgb(61,187,238); }
H1.HeaderClassName
{
color: #3DBBEE;
}
.AnyTagClassName
{
color: #3DBBEE;
}
</style>
background-color css
<style>
a { background-color: #3DBBEE; }
a { background-color: rgb(61,187,238); }
div.DivClassName
{
background-color: #3DBBEE;
}
.BgClassName
{
background-color: #3DBBEE;
}
</style>
border-color css
<style>
span { border-color: #3DBBEE; }
span { border-color: rgb(61,187,238); }
td.TdClassName
{
border-color: #3DBBEE;
}
.TagClassName
{
border-color: #3DBBEE;
}
</style>