Html Css Color HEX #1EBBCC Iris Blue

📋 copy color: '#1EBBCC'

red 30 ◦ green 187 ◦ blue 204

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

Shades of Iris Blue #1EBBCC

Tints of Iris Blue #1EBBCC

RGB

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

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

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

R = 7.13%
G = 44.42%
B = 48.46%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1EBBCC (or 0x1EBBCC) is known color: Iris Blue. HEX triplet: 1E, BB and CC. RGB value is (30,187,204). Sum of RGB (Red+Green+Blue) = 30+187+204=421 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.13% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #1EBBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBBCC is #E14433. Grayscale: #8D8D8D. Windows color (decimal): -14763060 or 13417246. OLE color: 13417246.

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

Color convert

RGB 30 187 204 -
CMYK 0.85 0.08 0 0.2
HSL 185.86º 0.74% 0.46% -
HSV(B) 185.86º 0.85% 0.8% -
XYZ 29.2 40.18 63.34 -
YUV 142 162.99 48.12 -
System Red Green Blue C M Y K H S L
Decimal 30 187 204 0.85 0.08 0 0.2 185.86 0.74 0.46
Hex 1E BB CC 55 8 0 14 BA 4A 2E
Octal 36 273 314 125 10 0 24 272 112 56
Binary 11110 10111011 11001100 1010101 1000 0 10100 10111010 1001010 101110

Color Harmonies of #1EBBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBBCC

Black with #1EBBCC

Text Example


Text Example

White with #1EBBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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