Shades of Summer Sky #3DCBFF
Tints of Summer Sky #3DCBFF
RGB
CMYK
RGB Variations
Color information
#3DCBFF (or 0x3DCBFF) is known color: Summer Sky. HEX triplet: 3D, CB and FF. RGB value is (61,203,255). Sum of RGB (Red+Green+Blue) = 61+203+255=519 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.75% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #3DCBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DCBFF is #C23400. Grayscale: #A6A6A6. Windows color (decimal): -12727297 or 16763709. OLE color: 16763709.
HSL color Cylindrical-coordinate representation of color #3DCBFF: hue angle of 196.08º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DCBFF is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 203 | 255 | - |
| CMYK | 0.76 | 0.20 | 0 | 0 |
| HSL | 196.08º | 1% | 0.62% | - |
| HSV(B) | 196.08º | 0.76% | 1% | - |
| XYZ | 41.33 | 50.92 | 102.26 | - |
| YUV | 166.47 | 177.96 | 52.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 203 | 255 | 0.76 | 0.20 | 0 | 0 | 196.08 | 1 | 0.62 |
| Hex | 3D | CB | FF | 4C | 14 | 0 | 0 | C4 | 64 | 3E |
| Octal | 75 | 313 | 377 | 114 | 24 | 0 | 0 | 304 | 144 | 76 |
| Binary | 111101 | 11001011 | 11111111 | 1001100 | 10100 | 0 | 0 | 11000100 | 1100100 | 111110 |
Color Harmonies of #3DCBFF
Complementary color
Monochromatic Colors of #3DCBFF
Black with #3DCBFF
Text Example
Text Example
White with #3DCBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCBFF; }
p { color: rgb(61,203,255); }
H1.HeaderClassName
{
color: #3DCBFF;
}
.AnyTagClassName
{
color: #3DCBFF;
}
</style>
background-color css
<style>
a { background-color: #3DCBFF; }
a { background-color: rgb(61,203,255); }
div.DivClassName
{
background-color: #3DCBFF;
}
.BgClassName
{
background-color: #3DCBFF;
}
</style>
border-color css
<style>
span { border-color: #3DCBFF; }
span { border-color: rgb(61,203,255); }
td.TdClassName
{
border-color: #3DCBFF;
}
.TagClassName
{
border-color: #3DCBFF;
}
</style>