#1CA2BF

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

Shades of Pelorous #1CA2BF

Tints of Pelorous #1CA2BF

Color information

#1CA2BF (or 0x1CA2BF) is unknown color: approx Pelorous. HEX triplet: 1C, A2 and BF. RGB value is (28,162,191). Sum of RGB (Red+Green+Blue) = 28+162+191=381 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.35% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #1CA2BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CA2BF is #E35D40. Grayscale: #7C7C7C. Windows color (decimal): -14900545 or 12558876. OLE color: 12558876.

HSL color Cylindrical-coordinate representation of color #1CA2BF: hue angle of 190.67º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CA2BF is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB28162191-
CMYK0.850.1500.25
HSL190.67º74.43%42.94%-
HSV(B)190.67º85.34%74.9%-
XYZ22.829.8553.85-
YUV125.24165.1158.64-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.35%
GREEN value IS 162 (63.67% from 255) = 42.52%
BLUE value IS 191 (75% from 255) = 50.13%
R=7.35%
G=42.52%
B=50.13%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal281621910.850.1500.25190.6774.4342.94
Hex1CA2BF55F019bf4a2b
Octal342422771251703127711253
Binary11100101000101011111110101011111011001101111111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CA2BF; }

 p { color: rgb(28,162,191); }

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

<style>
 a { background-color: #1CA2BF; }

 a { background-color: rgb(28,162,191); }

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

<style>
 span { border-color: #1CA2BF; }

 span { border-color: rgb(28,162,191); }

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