Html Css Color HEX #1EBDC6 Iris Blue

📋 copy color: '#1EBDC6'

red 30 ◦ green 189 ◦ blue 198

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

Shades of Iris Blue #1EBDC6

Tints of Iris Blue #1EBDC6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.32%

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

R = 7.19%
G = 45.32%
B = 47.48%

CMYK

 C value IS 0.85

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1EBDC6 (or 0x1EBDC6) is known color: Iris Blue. HEX triplet: 1E, BD and C6. RGB value is (30,189,198). Sum of RGB (Red+Green+Blue) = 30+189+198=417 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.19% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #1EBDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBDC6 is #E14239. Grayscale: #8E8E8E. Windows color (decimal): -14762554 or 13024542. OLE color: 13024542.

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

Color convert

RGB 30 189 198 -
CMYK 0.85 0.05 0 0.22
HSL 183.21º 0.74% 0.45% -
HSV(B) 183.21º 0.85% 0.78% -
XYZ 28.93 40.75 59.77 -
YUV 142.49 159.32 47.77 -
System Red Green Blue C M Y K H S L
Decimal 30 189 198 0.85 0.05 0 0.22 183.21 0.74 0.45
Hex 1E BD C6 55 5 0 16 B7 4A 2D
Octal 36 275 306 125 5 0 26 267 112 55
Binary 11110 10111101 11000110 1010101 101 0 10110 10110111 1001010 101101

Color Harmonies of #1EBDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBDC6

Black with #1EBDC6

Text Example


Text Example

White with #1EBDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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