Html Css Color HEX #1EACCA Iris Blue

📋 copy color: '#1EACCA'

red 30 ◦ green 172 ◦ blue 202

#1EACCA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #1EACCA

Tints of Iris Blue #1EACCA

RGB

 RED value IS 30 (12.11% from 255) = 7.43%

 GREEN value IS 172 (67.58% from 255) = 42.57%

 BLUE value IS 202 (79.3% from 255) = 50%

R = 7.43%
G = 42.57%
B = 50%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1EACCA (or 0x1EACCA) is known color: Iris Blue. HEX triplet: 1E, AC and CA. RGB value is (30,172,202). Sum of RGB (Red+Green+Blue) = 30+172+202=404 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.43% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #1EACCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EACCA is #E15335. Grayscale: #848484. Windows color (decimal): -14766902 or 13282334. OLE color: 13282334.

HSL color Cylindrical-coordinate representation of color #1EACCA: hue angle of 190.47º 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 #1EACCA is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 30 172 202 -
CMYK 0.85 0.15 0 0.21
HSL 190.47º 0.74% 0.45% -
HSV(B) 190.47º 0.85% 0.79% -
XYZ 25.95 34.05 61.08 -
YUV 132.96 166.96 54.56 -
System Red Green Blue C M Y K H S L
Decimal 30 172 202 0.85 0.15 0 0.21 190.47 0.74 0.45
Hex 1E AC CA 55 F 0 15 BE 4A 2D
Octal 36 254 312 125 17 0 25 276 112 55
Binary 11110 10101100 11001010 1010101 1111 0 10101 10111110 1001010 101101

Color Harmonies of #1EACCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EACCA

Black with #1EACCA

Text Example


Text Example

White with #1EACCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1EACCA;
 }
 .AnyTagClassName
 {
   color: #1EACCA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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