Html Css Color HEX #1EBCD1 Iris Blue

📋 copy color: '#1EBCD1'

red 30 ◦ green 188 ◦ blue 209

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

Shades of Iris Blue #1EBCD1

Tints of Iris Blue #1EBCD1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.03%

 BLUE value IS 209 (82.03% from 255) = 48.95%

R = 7.03%
G = 44.03%
B = 48.95%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1EBCD1 (or 0x1EBCD1) is known color: Iris Blue. HEX triplet: 1E, BC and D1. RGB value is (30,188,209). Sum of RGB (Red+Green+Blue) = 30+188+209=427 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.03% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 209 (82.03% from 255 or 48.95% from 427); Max value from RGB is 209 - color contains mainly: blue. Hex color #1EBCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBCD1 is #E1432E. Grayscale: #8E8E8E. Windows color (decimal): -14762799 or 13745182. OLE color: 13745182.

HSL color Cylindrical-coordinate representation of color #1EBCD1: hue angle of 187.04º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EBCD1 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 30 188 209 -
CMYK 0.86 0.10 0 0.18
HSL 187.04º 0.75% 0.47% -
HSV(B) 187.04º 0.86% 0.82% -
XYZ 30.03 40.85 66.62 -
YUV 143.15 165.15 47.29 -
System Red Green Blue C M Y K H S L
Decimal 30 188 209 0.86 0.10 0 0.18 187.04 0.75 0.47
Hex 1E BC D1 56 A 0 12 BB 4B 2F
Octal 36 274 321 126 12 0 22 273 113 57
Binary 11110 10111100 11010001 1010110 1010 0 10010 10111011 1001011 101111

Color Harmonies of #1EBCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBCD1

Black with #1EBCD1

Text Example


Text Example

White with #1EBCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,188,209); }

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

background-color css

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

 a { background-color: rgb(30,188,209); }

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

border-color css

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

 span { border-color: rgb(30,188,209); }

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