Html Css Color HEX #1EBECA Iris Blue

📋 copy color: '#1EBECA'

red 30 ◦ green 190 ◦ blue 202

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

Shades of Iris Blue #1EBECA

Tints of Iris Blue #1EBECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.87%

R = 7.11%
G = 45.02%
B = 47.87%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1EBECA (or 0x1EBECA) is known color: Iris Blue. HEX triplet: 1E, BE and CA. RGB value is (30,190,202). Sum of RGB (Red+Green+Blue) = 30+190+202=422 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.11% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #1EBECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBECA is #E14135. Grayscale: #8F8F8F. Windows color (decimal): -14762294 or 13286942. OLE color: 13286942.

HSL color Cylindrical-coordinate representation of color #1EBECA: hue angle of 184.19º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EBECA is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 30 190 202 -
CMYK 0.85 0.06 0 0.21
HSL 184.19º 0.74% 0.45% -
HSV(B) 184.19º 0.85% 0.79% -
XYZ 29.61 41.37 62.3 -
YUV 143.53 160.99 47.02 -
System Red Green Blue C M Y K H S L
Decimal 30 190 202 0.85 0.06 0 0.21 184.19 0.74 0.45
Hex 1E BE CA 55 6 0 15 B8 4A 2D
Octal 36 276 312 125 6 0 25 270 112 55
Binary 11110 10111110 11001010 1010101 110 0 10101 10111000 1001010 101101

Color Harmonies of #1EBECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBECA

Black with #1EBECA

Text Example


Text Example

White with #1EBECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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