Shades of Summer Sky #3DBFF1
Tints of Summer Sky #3DBFF1
RGB
CMYK
RGB Variations
Color information
#3DBFF1 (or 0x3DBFF1) is known color: Summer Sky. HEX triplet: 3D, BF and F1. RGB value is (61,191,241). Sum of RGB (Red+Green+Blue) = 61+191+241=493 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.37% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #3DBFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DBFF1 is #C2400E. Grayscale: #9D9D9D. Windows color (decimal): -12730383 or 15843133. OLE color: 15843133.
HSL color Cylindrical-coordinate representation of color #3DBFF1: hue angle of 196.67º 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 #3DBFF1 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 191 | 241 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.05 |
| HSL | 196.67º | 0.87% | 0.59% | - |
| HSV(B) | 196.67º | 0.75% | 0.95% | - |
| XYZ | 36.43 | 44.6 | 89.91 | - |
| YUV | 157.83 | 174.93 | 58.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 241 | 0.75 | 0.21 | 0 | 0.05 | 196.67 | 0.87 | 0.59 |
| Hex | 3D | BF | F1 | 4B | 15 | 0 | 5 | C5 | 57 | 3B |
| Octal | 75 | 277 | 361 | 113 | 25 | 0 | 5 | 305 | 127 | 73 |
| Binary | 111101 | 10111111 | 11110001 | 1001011 | 10101 | 0 | 101 | 11000101 | 1010111 | 111011 |
Color Harmonies of #3DBFF1
Complementary color
Monochromatic Colors of #3DBFF1
Black with #3DBFF1
Text Example
Text Example
White with #3DBFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBFF1; }
p { color: rgb(61,191,241); }
H1.HeaderClassName
{
color: #3DBFF1;
}
.AnyTagClassName
{
color: #3DBFF1;
}
</style>
background-color css
<style>
a { background-color: #3DBFF1; }
a { background-color: rgb(61,191,241); }
div.DivClassName
{
background-color: #3DBFF1;
}
.BgClassName
{
background-color: #3DBFF1;
}
</style>
border-color css
<style>
span { border-color: #3DBFF1; }
span { border-color: rgb(61,191,241); }
td.TdClassName
{
border-color: #3DBFF1;
}
.TagClassName
{
border-color: #3DBFF1;
}
</style>