#1CA5B2

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

Shades of Pelorous #1CA5B2

Tints of Pelorous #1CA5B2

Color information

#1CA5B2 (or 0x1CA5B2) is unknown color: approx Pelorous. HEX triplet: 1C, A5 and B2. RGB value is (28,165,178). Sum of RGB (Red+Green+Blue) = 28+165+178=371 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.55% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #1CA5B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA5B2 is #E35A4D. Grayscale: #7D7D7D. Windows color (decimal): -14899790 or 11707676. OLE color: 11707676.

HSL color Cylindrical-coordinate representation of color #1CA5B2: hue angle of 185.2º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CA5B2 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB28165178-
CMYK0.840.0700.30
HSL185.2º72.82%40.39%-
HSV(B)185.2º84.27%69.8%-
XYZ21.9730.3746.82-
YUV125.52157.6158.44-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.55%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 178 (69.92% from 255) = 47.98%
R=7.55%
G=44.47%
B=47.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal281651780.840.0700.30185.272.8240.39
Hex1CA5B254701Eb94928
Octal34245262124703627111150
Binary1110010100101101100101010100111011110101110011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,165,178); }

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

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

 a { background-color: rgb(28,165,178); }

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

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

 span { border-color: rgb(28,165,178); }

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