#2fafc1

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

Shades of Pelorous #2FAFC1

Tints of Pelorous #2FAFC1

Color information

#2FAFC1 (or 0x2FAFC1) is unknown color: approx Pelorous. HEX triplet: 2F, AF and C1. RGB value is (47,175,193). Sum of RGB (Red+Green+Blue) = 47+175+193=415 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.33% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 193 (75.78% from 255 or 46.51% from 415); Max value from RGB is 193 - color contains mainly: blue. Hex color #2FAFC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAFC1 is #D0503E. Grayscale: #8A8A8A. Windows color (decimal): -13652031 or 12693295. OLE color: 12693295.

HSL color Cylindrical-coordinate representation of color #2FAFC1: hue angle of 187.4º 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 #2FAFC1 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB47175193-
CMYK0.760.0900.24
HSL187.4º60.83%47.06%-
HSV(B)187.4º75.65%75.69%-
XYZ26.1335.1155.85-
YUV138.78158.5962.54-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.33%
GREEN value IS 175 (68.75% from 255) = 42.17%
BLUE value IS 193 (75.78% from 255) = 46.51%
R=11.33%
G=42.17%
B=46.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal471751930.760.0900.24187.460.8347.06
Hex2FAFC14C9018bb3d2f
Octal57257301114110302737557
Binary10111110101111110000011001100100101100010111011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fafc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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