Html Css Color HEX #1EACCC Iris Blue

📋 copy color: '#1EACCC'

red 30 ◦ green 172 ◦ blue 204

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

Shades of Iris Blue #1EACCC

Tints of Iris Blue #1EACCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.25%

R = 7.39%
G = 42.36%
B = 50.25%

CMYK

 C value IS 0.85

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1EACCC (or 0x1EACCC) is known color: Iris Blue. HEX triplet: 1E, AC and CC. RGB value is (30,172,204). Sum of RGB (Red+Green+Blue) = 30+172+204=406 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.39% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #1EACCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EACCC is #E15333. Grayscale: #848484. Windows color (decimal): -14766900 or 13413406. OLE color: 13413406.

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

Color convert

RGB 30 172 204 -
CMYK 0.85 0.16 0 0.2
HSL 191.03º 0.74% 0.46% -
HSV(B) 191.03º 0.85% 0.8% -
XYZ 26.19 34.14 62.34 -
YUV 133.19 167.96 54.4 -
System Red Green Blue C M Y K H S L
Decimal 30 172 204 0.85 0.16 0 0.2 191.03 0.74 0.46
Hex 1E AC CC 55 10 0 14 BF 4A 2E
Octal 36 254 314 125 20 0 24 277 112 56
Binary 11110 10101100 11001100 1010101 10000 0 10100 10111111 1001010 101110

Color Harmonies of #1EACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EACCC

Black with #1EACCC

Text Example


Text Example

White with #1EACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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