Shades of Summer Sky #3FB4DC
Tints of Summer Sky #3FB4DC
RGB
CMYK
RGB Variations
Color information
#3FB4DC (or 0x3FB4DC) is known color: Summer Sky. HEX triplet: 3F, B4 and DC. RGB value is (63,180,220). Sum of RGB (Red+Green+Blue) = 63+180+220=463 (61% of max value = 765). Red value is 63 (25% from 255 or 13.61% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #3FB4DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB4DC is #C04B23. Grayscale: #959595. Windows color (decimal): -12602148 or 14464063. OLE color: 14464063.
HSL color Cylindrical-coordinate representation of color #3FB4DC: hue angle of 195.29º 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 #3FB4DC is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 180 | 220 | - |
| CMYK | 0.71 | 0.18 | 0 | 0.14 |
| HSL | 195.29º | 0.69% | 0.55% | - |
| HSV(B) | 195.29º | 0.71% | 0.86% | - |
| XYZ | 31.29 | 38.87 | 73.56 | - |
| YUV | 149.58 | 167.74 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 180 | 220 | 0.71 | 0.18 | 0 | 0.14 | 195.29 | 0.69 | 0.55 |
| Hex | 3F | B4 | DC | 47 | 12 | 0 | E | C3 | 45 | 37 |
| Octal | 77 | 264 | 334 | 107 | 22 | 0 | 16 | 303 | 105 | 67 |
| Binary | 111111 | 10110100 | 11011100 | 1000111 | 10010 | 0 | 1110 | 11000011 | 1000101 | 110111 |
Color Harmonies of #3FB4DC
Complementary color
Monochromatic Colors of #3FB4DC
Black with #3FB4DC
Text Example
Text Example
White with #3FB4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB4DC; }
p { color: rgb(63,180,220); }
H1.HeaderClassName
{
color: #3FB4DC;
}
.AnyTagClassName
{
color: #3FB4DC;
}
</style>
background-color css
<style>
a { background-color: #3FB4DC; }
a { background-color: rgb(63,180,220); }
div.DivClassName
{
background-color: #3FB4DC;
}
.BgClassName
{
background-color: #3FB4DC;
}
</style>
border-color css
<style>
span { border-color: #3FB4DC; }
span { border-color: rgb(63,180,220); }
td.TdClassName
{
border-color: #3FB4DC;
}
.TagClassName
{
border-color: #3FB4DC;
}
</style>