Html Css Color HEX #1EB6CB Iris Blue

📋 copy color: '#1EB6CB'

red 30 ◦ green 182 ◦ blue 203

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

Shades of Iris Blue #1EB6CB

Tints of Iris Blue #1EB6CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.92%

R = 7.23%
G = 43.86%
B = 48.92%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1EB6CB (or 0x1EB6CB) is known color: Iris Blue. HEX triplet: 1E, B6 and CB. RGB value is (30,182,203). Sum of RGB (Red+Green+Blue) = 30+182+203=415 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.23% from 415); Green value is 182 (71.48% from 255 or 43.86% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #1EB6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB6CB is #E14934. Grayscale: #8A8A8A. Windows color (decimal): -14764341 or 13350430. OLE color: 13350430.

HSL color Cylindrical-coordinate representation of color #1EB6CB: hue angle of 187.28º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EB6CB is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 30 182 203 -
CMYK 0.85 0.10 0 0.20
HSL 187.28º 0.74% 0.46% -
HSV(B) 187.28º 0.85% 0.8% -
XYZ 28.04 38.04 62.37 -
YUV 138.95 164.14 50.29 -
System Red Green Blue C M Y K H S L
Decimal 30 182 203 0.85 0.10 0 0.20 187.28 0.74 0.46
Hex 1E B6 CB 55 A 0 14 BB 4A 2E
Octal 36 266 313 125 12 0 24 273 112 56
Binary 11110 10110110 11001011 1010101 1010 0 10100 10111011 1001010 101110

Color Harmonies of #1EB6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB6CB

Black with #1EB6CB

Text Example


Text Example

White with #1EB6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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