Shades of Summer Sky #2FCADC
Tints of Summer Sky #2FCADC
RGB
CMYK
RGB Variations
Color information
#2FCADC (or 0x2FCADC) is known color: Summer Sky. HEX triplet: 2F, CA and DC. RGB value is (47,202,220). Sum of RGB (Red+Green+Blue) = 47+202+220=469 (62% of max value = 765). Red value is 47 (18.75% from 255 or 10.02% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #2FCADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCADC is #D03523. Grayscale: #9D9D9D. Windows color (decimal): -13645092 or 14469679. OLE color: 14469679.
HSL color Cylindrical-coordinate representation of color #2FCADC: hue angle of 186.24º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FCADC is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 202 | 220 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.14 |
| HSL | 186.24º | 0.71% | 0.52% | - |
| HSV(B) | 186.24º | 0.79% | 0.86% | - |
| XYZ | 35.21 | 48.01 | 75.12 | - |
| YUV | 157.71 | 163.15 | 49.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 202 | 220 | 0.79 | 0.08 | 0 | 0.14 | 186.24 | 0.71 | 0.52 |
| Hex | 2F | CA | DC | 4F | 8 | 0 | E | BA | 47 | 34 |
| Octal | 57 | 312 | 334 | 117 | 10 | 0 | 16 | 272 | 107 | 64 |
| Binary | 101111 | 11001010 | 11011100 | 1001111 | 1000 | 0 | 1110 | 10111010 | 1000111 | 110100 |
Color Harmonies of #2FCADC
Complementary color
Monochromatic Colors of #2FCADC
Black with #2FCADC
Text Example
Text Example
White with #2FCADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCADC; }
p { color: rgb(47,202,220); }
H1.HeaderClassName
{
color: #2FCADC;
}
.AnyTagClassName
{
color: #2FCADC;
}
</style>
background-color css
<style>
a { background-color: #2FCADC; }
a { background-color: rgb(47,202,220); }
div.DivClassName
{
background-color: #2FCADC;
}
.BgClassName
{
background-color: #2FCADC;
}
</style>
border-color css
<style>
span { border-color: #2FCADC; }
span { border-color: rgb(47,202,220); }
td.TdClassName
{
border-color: #2FCADC;
}
.TagClassName
{
border-color: #2FCADC;
}
</style>