Html Css Color HEX #1EB6CE Iris Blue

📋 copy color: '#1EB6CE'

red 30 ◦ green 182 ◦ blue 206

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

Shades of Iris Blue #1EB6CE

Tints of Iris Blue #1EB6CE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.54%

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 7.18%
G = 43.54%
B = 49.28%

CMYK

 C value IS 0.85

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1EB6CE (or 0x1EB6CE) is known color: Iris Blue. HEX triplet: 1E, B6 and CE. RGB value is (30,182,206). Sum of RGB (Red+Green+Blue) = 30+182+206=418 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.18% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #1EB6CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB6CE is #E14931. Grayscale: #8B8B8B. Windows color (decimal): -14764338 or 13547038. OLE color: 13547038.

HSL color Cylindrical-coordinate representation of color #1EB6CE: hue angle of 188.18º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EB6CE is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 182 206 -
CMYK 0.85 0.12 0 0.19
HSL 188.18º 0.75% 0.46% -
HSV(B) 188.18º 0.85% 0.81% -
XYZ 28.4 38.19 64.27 -
YUV 139.29 165.64 50.05 -
System Red Green Blue C M Y K H S L
Decimal 30 182 206 0.85 0.12 0 0.19 188.18 0.75 0.46
Hex 1E B6 CE 55 C 0 13 BC 4B 2E
Octal 36 266 316 125 14 0 23 274 113 56
Binary 11110 10110110 11001110 1010101 1100 0 10011 10111100 1001011 101110

Color Harmonies of #1EB6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB6CE

Black with #1EB6CE

Text Example


Text Example

White with #1EB6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,182,206); }

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

background-color css

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

 a { background-color: rgb(30,182,206); }

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

border-color css

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

 span { border-color: rgb(30,182,206); }

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