#1CA0D2

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

Shades of Pacific Blue #1CA0D2

Tints of Pacific Blue #1CA0D2

Color information

#1CA0D2 (or 0x1CA0D2) is unknown color: approx Pacific Blue. HEX triplet: 1C, A0 and D2. RGB value is (28,160,210). Sum of RGB (Red+Green+Blue) = 28+160+210=398 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.04% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 210 (82.42% from 255 or 52.76% from 398); Max value from RGB is 210 - color contains mainly: blue. Hex color #1CA0D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CA0D2 is #E35F2D. Grayscale: #7D7D7D. Windows color (decimal): -14901038 or 13803548. OLE color: 13803548.

HSL color Cylindrical-coordinate representation of color #1CA0D2: hue angle of 196.48º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CA0D2 is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB28160210-
CMYK0.870.2400.18
HSL196.48º76.47%46.67%-
HSV(B)196.48º86.67%82.35%-
XYZ24.6830.0465.47-
YUV126.23175.2757.93-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.04%
GREEN value IS 160 (62.89% from 255) = 40.20%
BLUE value IS 210 (82.42% from 255) = 52.76%
R=7.04%
G=40.20%
B=52.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal281602100.870.2400.18196.4876.4746.67
Hex1CA0D25718012c44c2f
Octal342403221273002230411457
Binary111001010000011010010101011111000010010110001001001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,160,210); }

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

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

 a { background-color: rgb(28,160,210); }

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

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

 span { border-color: rgb(28,160,210); }

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