Html Css Color HEX #1EBAC6 Iris Blue

📋 copy color: '#1EBAC6'

red 30 ◦ green 186 ◦ blue 198

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

Shades of Iris Blue #1EBAC6

Tints of Iris Blue #1EBAC6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.93%

 BLUE value IS 198 (77.73% from 255) = 47.83%

R = 7.25%
G = 44.93%
B = 47.83%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1EBAC6 (or 0x1EBAC6) is known color: Iris Blue. HEX triplet: 1E, BA and C6. RGB value is (30,186,198). Sum of RGB (Red+Green+Blue) = 30+186+198=414 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.25% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 198 (77.73% from 255 or 47.83% from 414); Max value from RGB is 198 - color contains mainly: blue. Hex color #1EBAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBAC6 is #E14539. Grayscale: #8C8C8C. Windows color (decimal): -14763322 or 13023774. OLE color: 13023774.

HSL color Cylindrical-coordinate representation of color #1EBAC6: hue angle of 184.29º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EBAC6 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 30 186 198 -
CMYK 0.85 0.06 0 0.22
HSL 184.29º 0.74% 0.45% -
HSV(B) 184.29º 0.85% 0.78% -
XYZ 28.29 39.47 59.55 -
YUV 140.72 160.32 49.02 -
System Red Green Blue C M Y K H S L
Decimal 30 186 198 0.85 0.06 0 0.22 184.29 0.74 0.45
Hex 1E BA C6 55 6 0 16 B8 4A 2D
Octal 36 272 306 125 6 0 26 270 112 55
Binary 11110 10111010 11000110 1010101 110 0 10110 10111000 1001010 101101

Color Harmonies of #1EBAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBAC6

Black with #1EBAC6

Text Example


Text Example

White with #1EBAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,186,198); }

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

background-color css

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

 a { background-color: rgb(30,186,198); }

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

border-color css

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

 span { border-color: rgb(30,186,198); }

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