#1CA4BD

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

Shades of Pelorous #1CA4BD

Tints of Pelorous #1CA4BD

Color information

#1CA4BD (or 0x1CA4BD) is unknown color: approx Pelorous. HEX triplet: 1C, A4 and BD. RGB value is (28,164,189). Sum of RGB (Red+Green+Blue) = 28+164+189=381 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.35% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #1CA4BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CA4BD is #E35B42. Grayscale: #7D7D7D. Windows color (decimal): -14900035 or 12428316. OLE color: 12428316.

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

Color convert

RGB28164189-
CMYK0.850.1300.26
HSL189.32º74.19%42.55%-
HSV(B)189.32º85.19%74.12%-
XYZ22.9430.4752.82-
YUV126.19163.4457.97-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.35%
GREEN value IS 164 (64.45% from 255) = 43.04%
BLUE value IS 189 (74.22% from 255) = 49.61%
R=7.35%
G=43.04%
B=49.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal281641890.850.1300.26189.3274.1942.55
Hex1CA4BD55D01Abd4a2b
Octal342442751251503227511253
Binary11100101001001011110110101011101011010101111011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,164,189); }

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

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

 a { background-color: rgb(28,164,189); }

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

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

 span { border-color: rgb(28,164,189); }

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