Html Css Color HEX #1EBBCE Iris Blue

📋 copy color: '#1EBBCE'

red 30 ◦ green 187 ◦ blue 206

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

Shades of Iris Blue #1EBBCE

Tints of Iris Blue #1EBBCE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.21%

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

R = 7.09%
G = 44.21%
B = 48.7%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1EBBCE (or 0x1EBBCE) is known color: Iris Blue. HEX triplet: 1E, BB and CE. RGB value is (30,187,206). Sum of RGB (Red+Green+Blue) = 30+187+206=423 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.09% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #1EBBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBBCE is #E14431. Grayscale: #8D8D8D. Windows color (decimal): -14763058 or 13548318. OLE color: 13548318.

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

Color convert

RGB 30 187 206 -
CMYK 0.85 0.09 0 0.19
HSL 186.48º 0.75% 0.46% -
HSV(B) 186.48º 0.85% 0.81% -
XYZ 29.45 40.27 64.61 -
YUV 142.22 163.99 47.96 -
System Red Green Blue C M Y K H S L
Decimal 30 187 206 0.85 0.09 0 0.19 186.48 0.75 0.46
Hex 1E BB CE 55 9 0 13 BA 4B 2E
Octal 36 273 316 125 11 0 23 272 113 56
Binary 11110 10111011 11001110 1010101 1001 0 10011 10111010 1001011 101110

Color Harmonies of #1EBBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBBCE

Black with #1EBBCE

Text Example


Text Example

White with #1EBBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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