Html Css Color HEX #1EBECC Iris Blue

📋 copy color: '#1EBECC'

red 30 ◦ green 190 ◦ blue 204

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

Shades of Iris Blue #1EBECC

Tints of Iris Blue #1EBECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.11%

R = 7.08%
G = 44.81%
B = 48.11%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1EBECC (or 0x1EBECC) is known color: Iris Blue. HEX triplet: 1E, BE and CC. RGB value is (30,190,204). Sum of RGB (Red+Green+Blue) = 30+190+204=424 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.08% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #1EBECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBECC is #E14133. Grayscale: #8F8F8F. Windows color (decimal): -14762292 or 13418014. OLE color: 13418014.

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

Color convert

RGB 30 190 204 -
CMYK 0.85 0.07 0 0.2
HSL 184.83º 0.74% 0.46% -
HSV(B) 184.83º 0.85% 0.8% -
XYZ 29.85 41.46 63.56 -
YUV 143.76 161.99 46.86 -
System Red Green Blue C M Y K H S L
Decimal 30 190 204 0.85 0.07 0 0.2 184.83 0.74 0.46
Hex 1E BE CC 55 7 0 14 B9 4A 2E
Octal 36 276 314 125 7 0 24 271 112 56
Binary 11110 10111110 11001100 1010101 111 0 10100 10111001 1001010 101110

Color Harmonies of #1EBECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBECC

Black with #1EBECC

Text Example


Text Example

White with #1EBECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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