#2FA1CB

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

Shades of Summer Sky #2FA1CB

Tints of Summer Sky #2FA1CB

Color information

#2FA1CB (or 0x2FA1CB) is unknown color: approx Summer Sky. HEX triplet: 2F, A1 and CB. RGB value is (47,161,203). Sum of RGB (Red+Green+Blue) = 47+161+203=411 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.44% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #2FA1CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA1CB is #D05E34. Grayscale: #838383. Windows color (decimal): -13655605 or 13345071. OLE color: 13345071.

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

Color convert

RGB47161203-
CMYK0.770.2100.20
HSL196.15º62.4%49.02%-
HSV(B)196.15º76.85%79.61%-
XYZ24.730.4161.07-
YUV131.7168.2367.58-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.44%
GREEN value IS 161 (63.28% from 255) = 39.17%
BLUE value IS 203 (79.69% from 255) = 49.39%
R=11.44%
G=39.17%
B=49.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal471612030.770.2100.20196.1562.449.02
Hex2FA1CB4D15014c43e31
Octal57241313115250243047661
Binary101111101000011100101110011011010101010011000100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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