#1EB0C8

Color #1EB0C8 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #1EB0C8

Tints of Iris Blue #1EB0C8

Color information

#1EB0C8 (or 0x1EB0C8) is unknown color: approx Iris Blue. HEX triplet: 1E, B0 and C8. RGB value is (30,176,200). Sum of RGB (Red+Green+Blue) = 30+176+200=406 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.39% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 200 (78.52% from 255 or 49.26% from 406); Max value from RGB is 200 - color contains mainly: blue. Hex color #1EB0C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EB0C8 is #E14F37. Grayscale: #868686. Windows color (decimal): -14765880 or 13152286. OLE color: 13152286.

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

Color convert

RGB30176200-
CMYK0.850.1200.22
HSL188.47º73.91%45.1%-
HSV(B)188.47º85%78.43%-
XYZ26.4935.560.1-
YUV135.08164.6353.05-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.39%
GREEN value IS 176 (69.14% from 255) = 43.35%
BLUE value IS 200 (78.52% from 255) = 49.26%
R=7.39%
G=43.35%
B=49.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal301762000.850.1200.22188.4773.9145.1
Hex1EB0C855C016bc4a2d
Octal362603101251402627411255
Binary11110101100001100100010101011100010110101111001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1EB0C8;
 }
 .AnyTagClassName
 {
   color: #1EB0C8;
 }
</style>
background-color css

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

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

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

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

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

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