#1CA4C8

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

Shades of Pelorous #1CA4C8

Tints of Pelorous #1CA4C8

Color information

#1CA4C8 (or 0x1CA4C8) is unknown color: approx Pelorous. HEX triplet: 1C, A4 and C8. RGB value is (28,164,200). Sum of RGB (Red+Green+Blue) = 28+164+200=392 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.14% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 200 (78.52% from 255 or 51.02% from 392); Max value from RGB is 200 - color contains mainly: blue. Hex color #1CA4C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CA4C8 is #E35B37. Grayscale: #7F7F7F. Windows color (decimal): -14900024 or 13149212. OLE color: 13149212.

HSL color Cylindrical-coordinate representation of color #1CA4C8: hue angle of 192.56º 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 #1CA4C8 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB28164200-
CMYK0.860.1800.22
HSL192.56º75.44%44.71%-
HSV(B)192.56º86%78.43%-
XYZ24.1830.9759.35-
YUV127.44168.9457.07-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.14%
GREEN value IS 164 (64.45% from 255) = 41.84%
BLUE value IS 200 (78.52% from 255) = 51.02%
R=7.14%
G=41.84%
B=51.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal281642000.860.1800.22192.5675.4444.71
Hex1CA4C85612016c14b2d
Octal342443101262202630111355
Binary111001010010011001000101011010010010110110000011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA4C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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