#1CA8CA

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

Shades of Iris Blue #1CA8CA

Tints of Iris Blue #1CA8CA

Color information

#1CA8CA (or 0x1CA8CA) is unknown color: approx Iris Blue. HEX triplet: 1C, A8 and CA. RGB value is (28,168,202). Sum of RGB (Red+Green+Blue) = 28+168+202=398 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.04% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #1CA8CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CA8CA is #E35735. Grayscale: #818181. Windows color (decimal): -14898998 or 13281308. OLE color: 13281308.

HSL color Cylindrical-coordinate representation of color #1CA8CA: hue angle of 191.72º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CA8CA is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB28168202-
CMYK0.860.1700.21
HSL191.72º75.65%45.1%-
HSV(B)191.72º86.14%79.22%-
XYZ25.1432.5260.83-
YUV130.02168.6255.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.04%
GREEN value IS 168 (66.02% from 255) = 42.21%
BLUE value IS 202 (79.30% from 255) = 50.75%
R=7.04%
G=42.21%
B=50.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal281682020.860.1700.21191.7275.6545.1
Hex1CA8CA5611015c04c2d
Octal342503121262102530011455
Binary111001010100011001010101011010001010101110000001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,168,202); }

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

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

 a { background-color: rgb(28,168,202); }

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

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

 span { border-color: rgb(28,168,202); }

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