Html Css Color HEX #1EACCB Iris Blue

📋 copy color: '#1EACCB'

red 30 ◦ green 172 ◦ blue 203

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

Shades of Iris Blue #1EACCB

Tints of Iris Blue #1EACCB

RGB

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

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

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

R = 7.41%
G = 42.47%
B = 50.12%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1EACCB (or 0x1EACCB) is known color: Iris Blue. HEX triplet: 1E, AC and CB. RGB value is (30,172,203). Sum of RGB (Red+Green+Blue) = 30+172+203=405 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.41% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #1EACCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EACCB is #E15334. Grayscale: #848484. Windows color (decimal): -14766901 or 13347870. OLE color: 13347870.

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

Color convert

RGB 30 172 203 -
CMYK 0.85 0.15 0 0.20
HSL 190.75º 0.74% 0.46% -
HSV(B) 190.75º 0.85% 0.8% -
XYZ 26.07 34.09 61.71 -
YUV 133.08 167.46 54.48 -
System Red Green Blue C M Y K H S L
Decimal 30 172 203 0.85 0.15 0 0.20 190.75 0.74 0.46
Hex 1E AC CB 55 F 0 14 BF 4A 2E
Octal 36 254 313 125 17 0 24 277 112 56
Binary 11110 10101100 11001011 1010101 1111 0 10100 10111111 1001010 101110

Color Harmonies of #1EACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EACCB

Black with #1EACCB

Text Example


Text Example

White with #1EACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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