Html Css Color HEX #1EBFD5 Iris Blue

📋 copy color: '#1EBFD5'

red 30 ◦ green 191 ◦ blue 213

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

Shades of Iris Blue #1EBFD5

Tints of Iris Blue #1EBFD5

RGB

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

 GREEN value IS 191 (75% from 255) = 44.01%

 BLUE value IS 213 (83.59% from 255) = 49.08%

R = 6.91%
G = 44.01%
B = 49.08%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1EBFD5 (or 0x1EBFD5) is known color: Iris Blue. HEX triplet: 1E, BF and D5. RGB value is (30,191,213). Sum of RGB (Red+Green+Blue) = 30+191+213=434 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.91% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 213 (83.59% from 255 or 49.08% from 434); Max value from RGB is 213 - color contains mainly: blue. Hex color #1EBFD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBFD5 is #E1402A. Grayscale: #919191. Windows color (decimal): -14762027 or 14008094. OLE color: 14008094.

HSL color Cylindrical-coordinate representation of color #1EBFD5: hue angle of 187.21º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EBFD5 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 30 191 213 -
CMYK 0.86 0.10 0 0.16
HSL 187.21º 0.75% 0.48% -
HSV(B) 187.21º 0.86% 0.84% -
XYZ 31.18 42.34 69.48 -
YUV 145.37 166.16 45.71 -
System Red Green Blue C M Y K H S L
Decimal 30 191 213 0.86 0.10 0 0.16 187.21 0.75 0.48
Hex 1E BF D5 56 A 0 10 BB 4B 30
Octal 36 277 325 126 12 0 20 273 113 60
Binary 11110 10111111 11010101 1010110 1010 0 10000 10111011 1001011 110000

Color Harmonies of #1EBFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBFD5

Black with #1EBFD5

Text Example


Text Example

White with #1EBFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,191,213); }

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

background-color css

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

 a { background-color: rgb(30,191,213); }

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

border-color css

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

 span { border-color: rgb(30,191,213); }

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