#2FA4C1

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

Shades of Pelorous #2FA4C1

Tints of Pelorous #2FA4C1

Color information

#2FA4C1 (or 0x2FA4C1) is unknown color: approx Pelorous. HEX triplet: 2F, A4 and C1. RGB value is (47,164,193). Sum of RGB (Red+Green+Blue) = 47+164+193=404 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.63% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 193 - color contains mainly: blue. Hex color #2FA4C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA4C1 is #D05B3E. Grayscale: #848484. Windows color (decimal): -13654847 or 12690479. OLE color: 12690479.

HSL color Cylindrical-coordinate representation of color #2FA4C1: hue angle of 191.92º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FA4C1 is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB47164193-
CMYK0.760.1500.24
HSL191.92º60.83%47.06%-
HSV(B)191.92º75.65%75.69%-
XYZ24.0731.0155.17-
YUV132.32162.2467.14-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.63%
GREEN value IS 164 (64.45% from 255) = 40.59%
BLUE value IS 193 (75.78% from 255) = 47.77%
R=11.63%
G=40.59%
B=47.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal471641930.760.1500.24191.9260.8347.06
Hex2FA4C14CF018c03d2f
Octal57244301114170303007557
Binary10111110100100110000011001100111101100011000000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,164,193); }

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

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

 a { background-color: rgb(47,164,193); }

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

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

 span { border-color: rgb(47,164,193); }

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