#1CA2C4

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

Shades of Pelorous #1CA2C4

Tints of Pelorous #1CA2C4

Color information

#1CA2C4 (or 0x1CA2C4) is unknown color: approx Pelorous. HEX triplet: 1C, A2 and C4. RGB value is (28,162,196). Sum of RGB (Red+Green+Blue) = 28+162+196=386 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.25% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 196 (76.95% from 255 or 50.78% from 386); Max value from RGB is 196 - color contains mainly: blue. Hex color #1CA2C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CA2C4 is #E35D3B. Grayscale: #7D7D7D. Windows color (decimal): -14900540 or 12886556. OLE color: 12886556.

HSL color Cylindrical-coordinate representation of color #1CA2C4: hue angle of 192.14º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CA2C4 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB28162196-
CMYK0.860.1700.23
HSL192.14º75%43.92%-
HSV(B)192.14º85.71%76.86%-
XYZ23.3630.0756.8-
YUV125.81167.6158.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.25%
GREEN value IS 162 (63.67% from 255) = 41.97%
BLUE value IS 196 (76.95% from 255) = 50.78%
R=7.25%
G=41.97%
B=50.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal281621960.860.1700.23192.147543.92
Hex1CA2C45611017c04b2c
Octal342423041262102730011354
Binary111001010001011000100101011010001010111110000001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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