Html Css Color HEX #1EBDCA Iris Blue

📋 copy color: '#1EBDCA'

red 30 ◦ green 189 ◦ blue 202

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

Shades of Iris Blue #1EBDCA

Tints of Iris Blue #1EBDCA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.89%

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

R = 7.13%
G = 44.89%
B = 47.98%

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

#1EBDCA (or 0x1EBDCA) is known color: Iris Blue. HEX triplet: 1E, BD and CA. RGB value is (30,189,202). Sum of RGB (Red+Green+Blue) = 30+189+202=421 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.13% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #1EBDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBDCA is #E14235. Grayscale: #8E8E8E. Windows color (decimal): -14762550 or 13286686. OLE color: 13286686.

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

Color convert

RGB 30 189 202 -
CMYK 0.85 0.06 0 0.21
HSL 184.53º 0.74% 0.45% -
HSV(B) 184.53º 0.85% 0.79% -
XYZ 29.39 40.94 62.23 -
YUV 142.94 161.32 47.44 -
System Red Green Blue C M Y K H S L
Decimal 30 189 202 0.85 0.06 0 0.21 184.53 0.74 0.45
Hex 1E BD CA 55 6 0 15 B9 4A 2D
Octal 36 275 312 125 6 0 25 271 112 55
Binary 11110 10111101 11001010 1010101 110 0 10101 10111001 1001010 101101

Color Harmonies of #1EBDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBDCA

Black with #1EBDCA

Text Example


Text Example

White with #1EBDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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