Shades of Summer Sky #3FB2DC
Tints of Summer Sky #3FB2DC
RGB
CMYK
RGB Variations
Color information
#3FB2DC (or 0x3FB2DC) is known color: Summer Sky. HEX triplet: 3F, B2 and DC. RGB value is (63,178,220). Sum of RGB (Red+Green+Blue) = 63+178+220=461 (61% of max value = 765). Red value is 63 (25% from 255 or 13.67% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #3FB2DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FB2DC is #C04D23. Grayscale: #949494. Windows color (decimal): -12602660 or 14463551. OLE color: 14463551.
HSL color Cylindrical-coordinate representation of color #3FB2DC: hue angle of 196.05º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FB2DC is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 178 | 220 | - |
| CMYK | 0.71 | 0.19 | 0 | 0.14 |
| HSL | 196.05º | 0.69% | 0.55% | - |
| HSV(B) | 196.05º | 0.71% | 0.86% | - |
| XYZ | 30.89 | 38.06 | 73.43 | - |
| YUV | 148.4 | 168.4 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 178 | 220 | 0.71 | 0.19 | 0 | 0.14 | 196.05 | 0.69 | 0.55 |
| Hex | 3F | B2 | DC | 47 | 13 | 0 | E | C4 | 45 | 37 |
| Octal | 77 | 262 | 334 | 107 | 23 | 0 | 16 | 304 | 105 | 67 |
| Binary | 111111 | 10110010 | 11011100 | 1000111 | 10011 | 0 | 1110 | 11000100 | 1000101 | 110111 |
Color Harmonies of #3FB2DC
Complementary color
Monochromatic Colors of #3FB2DC
Black with #3FB2DC
Text Example
Text Example
White with #3FB2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB2DC; }
p { color: rgb(63,178,220); }
H1.HeaderClassName
{
color: #3FB2DC;
}
.AnyTagClassName
{
color: #3FB2DC;
}
</style>
background-color css
<style>
a { background-color: #3FB2DC; }
a { background-color: rgb(63,178,220); }
div.DivClassName
{
background-color: #3FB2DC;
}
.BgClassName
{
background-color: #3FB2DC;
}
</style>
border-color css
<style>
span { border-color: #3FB2DC; }
span { border-color: rgb(63,178,220); }
td.TdClassName
{
border-color: #3FB2DC;
}
.TagClassName
{
border-color: #3FB2DC;
}
</style>