Html Css Color HEX #1EAECB Iris Blue

📋 copy color: '#1EAECB'

red 30 ◦ green 174 ◦ blue 203

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

Shades of Iris Blue #1EAECB

Tints of Iris Blue #1EAECB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.75%

 BLUE value IS 203 (79.69% from 255) = 49.88%

R = 7.37%
G = 42.75%
B = 49.88%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1EAECB (or 0x1EAECB) is known color: Iris Blue. HEX triplet: 1E, AE and CB. RGB value is (30,174,203). Sum of RGB (Red+Green+Blue) = 30+174+203=407 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.37% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #1EAECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAECB is #E15134. Grayscale: #858585. Windows color (decimal): -14766389 or 13348382. OLE color: 13348382.

HSL color Cylindrical-coordinate representation of color #1EAECB: hue angle of 190.06º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EAECB is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 30 174 203 -
CMYK 0.85 0.14 0 0.20
HSL 190.06º 0.74% 0.46% -
HSV(B) 190.06º 0.85% 0.8% -
XYZ 26.45 34.86 61.83 -
YUV 134.25 166.79 53.64 -
System Red Green Blue C M Y K H S L
Decimal 30 174 203 0.85 0.14 0 0.20 190.06 0.74 0.46
Hex 1E AE CB 55 E 0 14 BE 4A 2E
Octal 36 256 313 125 16 0 24 276 112 56
Binary 11110 10101110 11001011 1010101 1110 0 10100 10111110 1001010 101110

Color Harmonies of #1EAECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAECB

Black with #1EAECB

Text Example


Text Example

White with #1EAECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,174,203); }

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

background-color css

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

 a { background-color: rgb(30,174,203); }

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

border-color css

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

 span { border-color: rgb(30,174,203); }

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