Html Css Color HEX #1EBDC8 Iris Blue

📋 copy color: '#1EBDC8'

red 30 ◦ green 189 ◦ blue 200

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

Shades of Iris Blue #1EBDC8

Tints of Iris Blue #1EBDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 47.73%

R = 7.16%
G = 45.11%
B = 47.73%

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

#1EBDC8 (or 0x1EBDC8) is known color: Iris Blue. HEX triplet: 1E, BD and C8. RGB value is (30,189,200). Sum of RGB (Red+Green+Blue) = 30+189+200=419 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.16% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 200 (78.52% from 255 or 47.73% from 419); Max value from RGB is 200 - color contains mainly: blue. Hex color #1EBDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBDC8 is #E14237. Grayscale: #8E8E8E. Windows color (decimal): -14762552 or 13155614. OLE color: 13155614.

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

Color convert

RGB 30 189 200 -
CMYK 0.85 0.06 0 0.22
HSL 183.88º 0.74% 0.45% -
HSV(B) 183.88º 0.85% 0.78% -
XYZ 29.16 40.84 60.99 -
YUV 142.71 160.32 47.61 -
System Red Green Blue C M Y K H S L
Decimal 30 189 200 0.85 0.06 0 0.22 183.88 0.74 0.45
Hex 1E BD C8 55 6 0 16 B8 4A 2D
Octal 36 275 310 125 6 0 26 270 112 55
Binary 11110 10111101 11001000 1010101 110 0 10110 10111000 1001010 101101

Color Harmonies of #1EBDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBDC8

Black with #1EBDC8

Text Example


Text Example

White with #1EBDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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