Html Css Color HEX #1EB3CE Iris Blue

📋 copy color: '#1EB3CE'

red 30 ◦ green 179 ◦ blue 206

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

Shades of Iris Blue #1EB3CE

Tints of Iris Blue #1EB3CE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.13%

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

R = 7.23%
G = 43.13%
B = 49.64%

CMYK

 C value IS 0.85

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1EB3CE (or 0x1EB3CE) is known color: Iris Blue. HEX triplet: 1E, B3 and CE. RGB value is (30,179,206). Sum of RGB (Red+Green+Blue) = 30+179+206=415 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.23% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #1EB3CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB3CE is #E14C31. Grayscale: #898989. Windows color (decimal): -14765106 or 13546270. OLE color: 13546270.

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

Color convert

RGB 30 179 206 -
CMYK 0.85 0.13 0 0.19
HSL 189.2º 0.75% 0.46% -
HSV(B) 189.2º 0.85% 0.81% -
XYZ 27.8 36.97 64.06 -
YUV 137.53 166.64 51.3 -
System Red Green Blue C M Y K H S L
Decimal 30 179 206 0.85 0.13 0 0.19 189.2 0.75 0.46
Hex 1E B3 CE 55 D 0 13 BD 4B 2E
Octal 36 263 316 125 15 0 23 275 113 56
Binary 11110 10110011 11001110 1010101 1101 0 10011 10111101 1001011 101110

Color Harmonies of #1EB3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB3CE

Black with #1EB3CE

Text Example


Text Example

White with #1EB3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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