Shades of Summer Sky #3DBCFC
Tints of Summer Sky #3DBCFC
RGB
CMYK
RGB Variations
Color information
#3DBCFC (or 0x3DBCFC) is known color: Summer Sky. HEX triplet: 3D, BC and FC. RGB value is (61,188,252). Sum of RGB (Red+Green+Blue) = 61+188+252=501 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.18% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #3DBCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DBCFC is #C24303. Grayscale: #9C9C9C. Windows color (decimal): -12731140 or 16563261. OLE color: 16563261.
HSL color Cylindrical-coordinate representation of color #3DBCFC: hue angle of 200.1º 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 #3DBCFC is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 188 | 252 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.01 |
| HSL | 200.1º | 0.97% | 0.61% | - |
| HSV(B) | 200.1º | 0.76% | 0.99% | - |
| XYZ | 37.48 | 43.99 | 98.61 | - |
| YUV | 157.32 | 181.42 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 188 | 252 | 0.76 | 0.25 | 0 | 0.01 | 200.1 | 0.97 | 0.61 |
| Hex | 3D | BC | FC | 4C | 19 | 0 | 1 | C8 | 61 | 3D |
| Octal | 75 | 274 | 374 | 114 | 31 | 0 | 1 | 310 | 141 | 75 |
| Binary | 111101 | 10111100 | 11111100 | 1001100 | 11001 | 0 | 1 | 11001000 | 1100001 | 111101 |
Color Harmonies of #3DBCFC
Complementary color
Monochromatic Colors of #3DBCFC
Black with #3DBCFC
Text Example
Text Example
White with #3DBCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBCFC; }
p { color: rgb(61,188,252); }
H1.HeaderClassName
{
color: #3DBCFC;
}
.AnyTagClassName
{
color: #3DBCFC;
}
</style>
background-color css
<style>
a { background-color: #3DBCFC; }
a { background-color: rgb(61,188,252); }
div.DivClassName
{
background-color: #3DBCFC;
}
.BgClassName
{
background-color: #3DBCFC;
}
</style>
border-color css
<style>
span { border-color: #3DBCFC; }
span { border-color: rgb(61,188,252); }
td.TdClassName
{
border-color: #3DBCFC;
}
.TagClassName
{
border-color: #3DBCFC;
}
</style>