#1CA3BD

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

Shades of Pelorous #1CA3BD

Tints of Pelorous #1CA3BD

Color information

#1CA3BD (or 0x1CA3BD) is unknown color: approx Pelorous. HEX triplet: 1C, A3 and BD. RGB value is (28,163,189). Sum of RGB (Red+Green+Blue) = 28+163+189=380 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.37% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #1CA3BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CA3BD is #E35C42. Grayscale: #7D7D7D. Windows color (decimal): -14900291 or 12428060. OLE color: 12428060.

HSL color Cylindrical-coordinate representation of color #1CA3BD: hue angle of 189.69º 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 #1CA3BD is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB28163189-
CMYK0.850.1400.26
HSL189.69º74.19%42.55%-
HSV(B)189.69º85.19%74.12%-
XYZ22.7630.1252.76-
YUV125.6163.7758.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.37%
GREEN value IS 163 (64.06% from 255) = 42.89%
BLUE value IS 189 (74.22% from 255) = 49.74%
R=7.37%
G=42.89%
B=49.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal281631890.850.1400.26189.6974.1942.55
Hex1CA3BD55E01Abe4a2b
Octal342432751251603227611253
Binary11100101000111011110110101011110011010101111101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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