Shades of Summer Sky #3DBEF2
Tints of Summer Sky #3DBEF2
RGB
CMYK
RGB Variations
Color information
#3DBEF2 (or 0x3DBEF2) is known color: Summer Sky. HEX triplet: 3D, BE and F2. RGB value is (61,190,242). Sum of RGB (Red+Green+Blue) = 61+190+242=493 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.37% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #3DBEF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DBEF2 is #C2410D. Grayscale: #9D9D9D. Windows color (decimal): -12730638 or 15908413. OLE color: 15908413.
HSL color Cylindrical-coordinate representation of color #3DBEF2: hue angle of 197.24º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DBEF2 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 190 | 242 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.05 |
| HSL | 197.24º | 0.87% | 0.59% | - |
| HSV(B) | 197.24º | 0.75% | 0.95% | - |
| XYZ | 36.36 | 44.23 | 90.62 | - |
| YUV | 157.36 | 175.76 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 242 | 0.75 | 0.21 | 0 | 0.05 | 197.24 | 0.87 | 0.59 |
| Hex | 3D | BE | F2 | 4B | 15 | 0 | 5 | C5 | 57 | 3B |
| Octal | 75 | 276 | 362 | 113 | 25 | 0 | 5 | 305 | 127 | 73 |
| Binary | 111101 | 10111110 | 11110010 | 1001011 | 10101 | 0 | 101 | 11000101 | 1010111 | 111011 |
Color Harmonies of #3DBEF2
Complementary color
Monochromatic Colors of #3DBEF2
Black with #3DBEF2
Text Example
Text Example
White with #3DBEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBEF2; }
p { color: rgb(61,190,242); }
H1.HeaderClassName
{
color: #3DBEF2;
}
.AnyTagClassName
{
color: #3DBEF2;
}
</style>
background-color css
<style>
a { background-color: #3DBEF2; }
a { background-color: rgb(61,190,242); }
div.DivClassName
{
background-color: #3DBEF2;
}
.BgClassName
{
background-color: #3DBEF2;
}
</style>
border-color css
<style>
span { border-color: #3DBEF2; }
span { border-color: rgb(61,190,242); }
td.TdClassName
{
border-color: #3DBEF2;
}
.TagClassName
{
border-color: #3DBEF2;
}
</style>