Shades of Summer Sky #2FAFCB
Tints of Summer Sky #2FAFCB
RGB
CMYK
RGB Variations
Color information
#2FAFCB (or 0x2FAFCB) is known color: Summer Sky. HEX triplet: 2F, AF and CB. RGB value is (47,175,203). Sum of RGB (Red+Green+Blue) = 47+175+203=425 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.06% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #2FAFCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAFCB is #D05034. Grayscale: #8B8B8B. Windows color (decimal): -13652021 or 13348655. OLE color: 13348655.
HSL color Cylindrical-coordinate representation of color #2FAFCB: hue angle of 190.77º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FAFCB is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 175 | 203 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.20 |
| HSL | 190.77º | 0.62% | 0.49% | - |
| HSV(B) | 190.77º | 0.77% | 0.8% | - |
| XYZ | 27.28 | 35.58 | 61.93 | - |
| YUV | 139.92 | 163.59 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 203 | 0.77 | 0.14 | 0 | 0.20 | 190.77 | 0.62 | 0.49 |
| Hex | 2F | AF | CB | 4D | E | 0 | 14 | BF | 3E | 31 |
| Octal | 57 | 257 | 313 | 115 | 16 | 0 | 24 | 277 | 76 | 61 |
| Binary | 101111 | 10101111 | 11001011 | 1001101 | 1110 | 0 | 10100 | 10111111 | 111110 | 110001 |
Color Harmonies of #2FAFCB
Complementary color
Monochromatic Colors of #2FAFCB
Black with #2FAFCB
Text Example
Text Example
White with #2FAFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAFCB; }
p { color: rgb(47,175,203); }
H1.HeaderClassName
{
color: #2FAFCB;
}
.AnyTagClassName
{
color: #2FAFCB;
}
</style>
background-color css
<style>
a { background-color: #2FAFCB; }
a { background-color: rgb(47,175,203); }
div.DivClassName
{
background-color: #2FAFCB;
}
.BgClassName
{
background-color: #2FAFCB;
}
</style>
border-color css
<style>
span { border-color: #2FAFCB; }
span { border-color: rgb(47,175,203); }
td.TdClassName
{
border-color: #2FAFCB;
}
.TagClassName
{
border-color: #2FAFCB;
}
</style>