#2FACCB

Color #2FACCB Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2FACCB

Tints of Summer Sky #2FACCB

Color information

#2FACCB (or 0x2FACCB) is unknown color: approx Summer Sky. HEX triplet: 2F, AC and CB. RGB value is (47,172,203). Sum of RGB (Red+Green+Blue) = 47+172+203=422 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.14% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #2FACCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FACCB is #D05334. Grayscale: #898989. Windows color (decimal): -13652789 or 13347887. OLE color: 13347887.

HSL color Cylindrical-coordinate representation of color #2FACCB: hue angle of 191.92º 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 #2FACCB is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB47172203-
CMYK0.770.1500.20
HSL191.92º62.4%49.02%-
HSV(B)191.92º76.85%79.61%-
XYZ26.734.4261.74-
YUV138.16164.5962.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 11.14%
GREEN value IS 172 (67.58% from 255) = 40.76%
BLUE value IS 203 (79.69% from 255) = 48.10%
R=11.14%
G=40.76%
B=48.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal471722030.770.1500.20191.9262.449.02
Hex2FACCB4DF014c03e31
Octal57254313115170243007661
Binary10111110101100110010111001101111101010011000000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FACCB; }

 p { color: rgb(47,172,203); }

 H1.HeaderClassName
 {
   color: #2FACCB;
 }
 .AnyTagClassName
 {
   color: #2FACCB;
 }
</style>
background-color css

<style>
 a { background-color: #2FACCB; }

 a { background-color: rgb(47,172,203); }

 div.DivClassName
 {
   background-color: #2FACCB;
 }
 .BgClassName
 {
   background-color: #2FACCB;
 }
</style>
border-color css

<style>
 span { border-color: #2FACCB; }

 span { border-color: rgb(47,172,203); }

 td.TdClassName
 {
   border-color: #2FACCB;
 }
 .TagClassName
 {
   border-color: #2FACCB;
 }
</style>