Html Css Color HEX #1EB5CE Iris Blue

📋 copy color: '#1EB5CE'

red 30 ◦ green 181 ◦ blue 206

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

Shades of Iris Blue #1EB5CE

Tints of Iris Blue #1EB5CE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.41%

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

R = 7.19%
G = 43.41%
B = 49.4%

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

#1EB5CE (or 0x1EB5CE) is known color: Iris Blue. HEX triplet: 1E, B5 and CE. RGB value is (30,181,206). Sum of RGB (Red+Green+Blue) = 30+181+206=417 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.19% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #1EB5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB5CE is #E14A31. Grayscale: #8A8A8A. Windows color (decimal): -14764594 or 13546782. OLE color: 13546782.

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

Color convert

RGB 30 181 206 -
CMYK 0.85 0.12 0 0.19
HSL 188.52º 0.75% 0.46% -
HSV(B) 188.52º 0.85% 0.81% -
XYZ 28.2 37.78 64.2 -
YUV 138.7 165.97 50.47 -
System Red Green Blue C M Y K H S L
Decimal 30 181 206 0.85 0.12 0 0.19 188.52 0.75 0.46
Hex 1E B5 CE 55 C 0 13 BD 4B 2E
Octal 36 265 316 125 14 0 23 275 113 56
Binary 11110 10110101 11001110 1010101 1100 0 10011 10111101 1001011 101110

Color Harmonies of #1EB5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB5CE

Black with #1EB5CE

Text Example


Text Example

White with #1EB5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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