Shades of Summer Sky #3DBFFC
Tints of Summer Sky #3DBFFC
RGB
CMYK
RGB Variations
Color information
#3DBFFC (or 0x3DBFFC) is known color: Summer Sky. HEX triplet: 3D, BF and FC. RGB value is (61,191,252). Sum of RGB (Red+Green+Blue) = 61+191+252=504 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.10% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #3DBFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DBFFC is #C24003. Grayscale: #9E9E9E. Windows color (decimal): -12730372 or 16564029. OLE color: 16564029.
HSL color Cylindrical-coordinate representation of color #3DBFFC: hue angle of 199.16º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DBFFC is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 191 | 252 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.01 |
| HSL | 199.16º | 0.97% | 0.61% | - |
| HSV(B) | 199.16º | 0.76% | 0.99% | - |
| XYZ | 38.13 | 45.28 | 98.83 | - |
| YUV | 159.08 | 180.43 | 58.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 252 | 0.76 | 0.24 | 0 | 0.01 | 199.16 | 0.97 | 0.61 |
| Hex | 3D | BF | FC | 4C | 18 | 0 | 1 | C7 | 61 | 3D |
| Octal | 75 | 277 | 374 | 114 | 30 | 0 | 1 | 307 | 141 | 75 |
| Binary | 111101 | 10111111 | 11111100 | 1001100 | 11000 | 0 | 1 | 11000111 | 1100001 | 111101 |
Color Harmonies of #3DBFFC
Complementary color
Monochromatic Colors of #3DBFFC
Black with #3DBFFC
Text Example
Text Example
White with #3DBFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBFFC; }
p { color: rgb(61,191,252); }
H1.HeaderClassName
{
color: #3DBFFC;
}
.AnyTagClassName
{
color: #3DBFFC;
}
</style>
background-color css
<style>
a { background-color: #3DBFFC; }
a { background-color: rgb(61,191,252); }
div.DivClassName
{
background-color: #3DBFFC;
}
.BgClassName
{
background-color: #3DBFFC;
}
</style>
border-color css
<style>
span { border-color: #3DBFFC; }
span { border-color: rgb(61,191,252); }
td.TdClassName
{
border-color: #3DBFFC;
}
.TagClassName
{
border-color: #3DBFFC;
}
</style>