Html Css Color HEX #1EBCCB Iris Blue

📋 copy color: '#1EBCCB'

red 30 ◦ green 188 ◦ blue 203

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

Shades of Iris Blue #1EBCCB

Tints of Iris Blue #1EBCCB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.66%

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

R = 7.13%
G = 44.66%
B = 48.22%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1EBCCB (or 0x1EBCCB) is known color: Iris Blue. HEX triplet: 1E, BC and CB. RGB value is (30,188,203). Sum of RGB (Red+Green+Blue) = 30+188+203=421 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.13% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #1EBCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBCCB is #E14334. Grayscale: #8E8E8E. Windows color (decimal): -14762805 or 13351966. OLE color: 13351966.

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

Color convert

RGB 30 188 203 -
CMYK 0.85 0.07 0 0.20
HSL 185.2º 0.74% 0.46% -
HSV(B) 185.2º 0.85% 0.8% -
XYZ 29.3 40.55 62.78 -
YUV 142.47 162.15 47.78 -
System Red Green Blue C M Y K H S L
Decimal 30 188 203 0.85 0.07 0 0.20 185.2 0.74 0.46
Hex 1E BC CB 55 7 0 14 B9 4A 2E
Octal 36 274 313 125 7 0 24 271 112 56
Binary 11110 10111100 11001011 1010101 111 0 10100 10111001 1001010 101110

Color Harmonies of #1EBCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBCCB

Black with #1EBCCB

Text Example


Text Example

White with #1EBCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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