Html Css Color HEX #1EBECB Iris Blue

📋 copy color: '#1EBECB'

red 30 ◦ green 190 ◦ blue 203

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

Shades of Iris Blue #1EBECB

Tints of Iris Blue #1EBECB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.92%

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

R = 7.09%
G = 44.92%
B = 47.99%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1EBECB (or 0x1EBECB) is known color: Iris Blue. HEX triplet: 1E, BE and CB. RGB value is (30,190,203). Sum of RGB (Red+Green+Blue) = 30+190+203=423 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.09% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #1EBECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBECB is #E14134. Grayscale: #8F8F8F. Windows color (decimal): -14762293 or 13352478. OLE color: 13352478.

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

Color convert

RGB 30 190 203 -
CMYK 0.85 0.06 0 0.20
HSL 184.51º 0.74% 0.46% -
HSV(B) 184.51º 0.85% 0.8% -
XYZ 29.73 41.41 62.93 -
YUV 143.64 161.49 46.94 -
System Red Green Blue C M Y K H S L
Decimal 30 190 203 0.85 0.06 0 0.20 184.51 0.74 0.46
Hex 1E BE CB 55 6 0 14 B9 4A 2E
Octal 36 276 313 125 6 0 24 271 112 56
Binary 11110 10111110 11001011 1010101 110 0 10100 10111001 1001010 101110

Color Harmonies of #1EBECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBECB

Black with #1EBECB

Text Example


Text Example

White with #1EBECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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