#1CA0C8

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

Shades of Pelorous #1CA0C8

Tints of Pelorous #1CA0C8

Color information

#1CA0C8 (or 0x1CA0C8) is unknown color: approx Pelorous. HEX triplet: 1C, A0 and C8. RGB value is (28,160,200). Sum of RGB (Red+Green+Blue) = 28+160+200=388 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.22% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 200 (78.52% from 255 or 51.55% from 388); Max value from RGB is 200 - color contains mainly: blue. Hex color #1CA0C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CA0C8 is #E35F37. Grayscale: #7C7C7C. Windows color (decimal): -14901048 or 13148188. OLE color: 13148188.

HSL color Cylindrical-coordinate representation of color #1CA0C8: hue angle of 193.95º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CA0C8 is Cyan = 0.86, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB28160200-
CMYK0.860.200.22
HSL193.95º75.44%44.71%-
HSV(B)193.95º86%78.43%-
XYZ23.4829.5659.11-
YUV125.09170.2758.75-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.22%
GREEN value IS 160 (62.89% from 255) = 41.24%
BLUE value IS 200 (78.52% from 255) = 51.55%
R=7.22%
G=41.24%
B=51.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal281602000.860.200.22193.9575.4444.71
Hex1CA0C85614016c24b2d
Octal342403101262402630211355
Binary111001010000011001000101011010100010110110000101001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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