Shades of Summer Sky #3FB4D2
Tints of Summer Sky #3FB4D2
RGB
CMYK
RGB Variations
Color information
#3FB4D2 (or 0x3FB4D2) is known color: Summer Sky. HEX triplet: 3F, B4 and D2. RGB value is (63,180,210). Sum of RGB (Red+Green+Blue) = 63+180+210=453 (60% of max value = 765). Red value is 63 (25% from 255 or 13.91% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 210 (82.42% from 255 or 46.36% from 453); Max value from RGB is 210 - color contains mainly: blue. Hex color #3FB4D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB4D2 is #C04B2D. Grayscale: #949494. Windows color (decimal): -12602158 or 13808703. OLE color: 13808703.
HSL color Cylindrical-coordinate representation of color #3FB4D2: hue angle of 192.24º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FB4D2 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 180 | 210 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.18 |
| HSL | 192.24º | 0.62% | 0.54% | - |
| HSV(B) | 192.24º | 0.7% | 0.82% | - |
| XYZ | 30 | 38.35 | 66.79 | - |
| YUV | 148.44 | 162.74 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 180 | 210 | 0.70 | 0.14 | 0 | 0.18 | 192.24 | 0.62 | 0.54 |
| Hex | 3F | B4 | D2 | 46 | E | 0 | 12 | C0 | 3E | 36 |
| Octal | 77 | 264 | 322 | 106 | 16 | 0 | 22 | 300 | 76 | 66 |
| Binary | 111111 | 10110100 | 11010010 | 1000110 | 1110 | 0 | 10010 | 11000000 | 111110 | 110110 |
Color Harmonies of #3FB4D2
Complementary color
Monochromatic Colors of #3FB4D2
Black with #3FB4D2
Text Example
Text Example
White with #3FB4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB4D2; }
p { color: rgb(63,180,210); }
H1.HeaderClassName
{
color: #3FB4D2;
}
.AnyTagClassName
{
color: #3FB4D2;
}
</style>
background-color css
<style>
a { background-color: #3FB4D2; }
a { background-color: rgb(63,180,210); }
div.DivClassName
{
background-color: #3FB4D2;
}
.BgClassName
{
background-color: #3FB4D2;
}
</style>
border-color css
<style>
span { border-color: #3FB4D2; }
span { border-color: rgb(63,180,210); }
td.TdClassName
{
border-color: #3FB4D2;
}
.TagClassName
{
border-color: #3FB4D2;
}
</style>