Html Css Color HEX #1EB0CB Iris Blue

📋 copy color: '#1EB0CB'

red 30 ◦ green 176 ◦ blue 203

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

Shades of Iris Blue #1EB0CB

Tints of Iris Blue #1EB0CB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.03%

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

R = 7.33%
G = 43.03%
B = 49.63%

CMYK

 C value IS 0.85

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1EB0CB (or 0x1EB0CB) is known color: Iris Blue. HEX triplet: 1E, B0 and CB. RGB value is (30,176,203). Sum of RGB (Red+Green+Blue) = 30+176+203=409 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.33% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #1EB0CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EB0CB is #E14F34. Grayscale: #878787. Windows color (decimal): -14765877 or 13348894. OLE color: 13348894.

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

Color convert

RGB 30 176 203 -
CMYK 0.85 0.13 0 0.20
HSL 189.36º 0.74% 0.46% -
HSV(B) 189.36º 0.85% 0.8% -
XYZ 26.84 35.64 61.96 -
YUV 135.42 166.13 52.8 -
System Red Green Blue C M Y K H S L
Decimal 30 176 203 0.85 0.13 0 0.20 189.36 0.74 0.46
Hex 1E B0 CB 55 D 0 14 BD 4A 2E
Octal 36 260 313 125 15 0 24 275 112 56
Binary 11110 10110000 11001011 1010101 1101 0 10100 10111101 1001010 101110

Color Harmonies of #1EB0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB0CB

Black with #1EB0CB

Text Example


Text Example

White with #1EB0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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