#1EAFCA

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

Shades of Iris Blue #1EAFCA

Tints of Iris Blue #1EAFCA

Color information

#1EAFCA (or 0x1EAFCA) is unknown color: approx Iris Blue. HEX triplet: 1E, AF and CA. RGB value is (30,175,202). Sum of RGB (Red+Green+Blue) = 30+175+202=407 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.37% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #1EAFCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAFCA is #E15035. Grayscale: #868686. Windows color (decimal): -14766134 or 13283102. OLE color: 13283102.

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

Color convert

RGB30175202-
CMYK0.850.1300.21
HSL189.42º74.14%45.49%-
HSV(B)189.42º85.15%79.22%-
XYZ26.5335.261.27-
YUV134.72165.9653.3-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.37%
GREEN value IS 175 (68.75% from 255) = 43.00%
BLUE value IS 202 (79.30% from 255) = 49.63%
R=7.37%
G=43.00%
B=49.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal301752020.850.1300.21189.4274.1445.49
Hex1EAFCA55D015bd4a2d
Octal362573121251502527511255
Binary11110101011111100101010101011101010101101111011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,175,202); }

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

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

 a { background-color: rgb(30,175,202); }

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

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

 span { border-color: rgb(30,175,202); }

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