Html Css Color HEX #1EBBC8 Iris Blue

📋 copy color: '#1EBBC8'

red 30 ◦ green 187 ◦ blue 200

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

Shades of Iris Blue #1EBBC8

Tints of Iris Blue #1EBBC8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.84%

 BLUE value IS 200 (78.52% from 255) = 47.96%

R = 7.19%
G = 44.84%
B = 47.96%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1EBBC8 (or 0x1EBBC8) is known color: Iris Blue. HEX triplet: 1E, BB and C8. RGB value is (30,187,200). Sum of RGB (Red+Green+Blue) = 30+187+200=417 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.19% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 200 (78.52% from 255 or 47.96% from 417); Max value from RGB is 200 - color contains mainly: blue. Hex color #1EBBC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBBC8 is #E14437. Grayscale: #8D8D8D. Windows color (decimal): -14763064 or 13155102. OLE color: 13155102.

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

Color convert

RGB 30 187 200 -
CMYK 0.85 0.06 0 0.22
HSL 184.59º 0.74% 0.45% -
HSV(B) 184.59º 0.85% 0.78% -
XYZ 28.73 39.99 60.85 -
YUV 141.54 160.99 48.44 -
System Red Green Blue C M Y K H S L
Decimal 30 187 200 0.85 0.06 0 0.22 184.59 0.74 0.45
Hex 1E BB C8 55 6 0 16 B9 4A 2D
Octal 36 273 310 125 6 0 26 271 112 55
Binary 11110 10111011 11001000 1010101 110 0 10110 10111001 1001010 101101

Color Harmonies of #1EBBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBBC8

Black with #1EBBC8

Text Example


Text Example

White with #1EBBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,187,200); }

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

background-color css

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

 a { background-color: rgb(30,187,200); }

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

border-color css

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

 span { border-color: rgb(30,187,200); }

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