Html Css Color HEX #1EABCB Iris Blue

📋 copy color: '#1EABCB'

red 30 ◦ green 171 ◦ blue 203

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

Shades of Iris Blue #1EABCB

Tints of Iris Blue #1EABCB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.33%

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

R = 7.43%
G = 42.33%
B = 50.25%

CMYK

 C value IS 0.85

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1EABCB (or 0x1EABCB) is known color: Iris Blue. HEX triplet: 1E, AB and CB. RGB value is (30,171,203). Sum of RGB (Red+Green+Blue) = 30+171+203=404 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.43% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #1EABCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EABCB is #E15434. Grayscale: #848484. Windows color (decimal): -14767157 or 13347614. OLE color: 13347614.

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

Color convert

RGB 30 171 203 -
CMYK 0.85 0.16 0 0.20
HSL 191.1º 0.74% 0.46% -
HSV(B) 191.1º 0.85% 0.8% -
XYZ 25.88 33.71 61.64 -
YUV 132.49 167.79 54.9 -
System Red Green Blue C M Y K H S L
Decimal 30 171 203 0.85 0.16 0 0.20 191.1 0.74 0.46
Hex 1E AB CB 55 10 0 14 BF 4A 2E
Octal 36 253 313 125 20 0 24 277 112 56
Binary 11110 10101011 11001011 1010101 10000 0 10100 10111111 1001010 101110

Color Harmonies of #1EABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EABCB

Black with #1EABCB

Text Example


Text Example

White with #1EABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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