#1CAAC3

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

Shades of Pelorous #1CAAC3

Tints of Pelorous #1CAAC3

Color information

#1CAAC3 (or 0x1CAAC3) is unknown color: approx Pelorous. HEX triplet: 1C, AA and C3. RGB value is (28,170,195). Sum of RGB (Red+Green+Blue) = 28+170+195=393 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.12% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 195 (76.56% from 255 or 49.62% from 393); Max value from RGB is 195 - color contains mainly: blue. Hex color #1CAAC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CAAC3 is #E3553C. Grayscale: #828282. Windows color (decimal): -14898493 or 12823068. OLE color: 12823068.

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

Color convert

RGB28170195-
CMYK0.860.1300.24
HSL188.98º74.89%43.73%-
HSV(B)188.98º85.64%76.47%-
XYZ24.732.9456.69-
YUV130.39164.4654.97-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.12%
GREEN value IS 170 (66.80% from 255) = 43.26%
BLUE value IS 195 (76.56% from 255) = 49.62%
R=7.12%
G=43.26%
B=49.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal281701950.860.1300.24188.9874.8943.73
Hex1CAAC356D018bd4b2c
Octal342523031261503027511354
Binary11100101010101100001110101101101011000101111011001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,170,195); }

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

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

 a { background-color: rgb(28,170,195); }

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

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

 span { border-color: rgb(28,170,195); }

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