#08B4E3

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

Shades of Iris Blue #08B4E3

Tints of Iris Blue #08B4E3

Color information

#08B4E3 (or 0x08B4E3) is unknown color: approx Iris Blue. HEX triplet: 08, B4 and E3. RGB value is (8,180,227). Sum of RGB (Red+Green+Blue) = 8+180+227=415 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.93% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 227 (89.06% from 255 or 54.70% from 415); Max value from RGB is 227 - color contains mainly: blue. Hex color #08B4E3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08B4E3 is #F74B1C. Grayscale: #858585. Windows color (decimal): -16206621 or 14922760. OLE color: 14922760.

HSL color Cylindrical-coordinate representation of color #08B4E3: hue angle of 192.88º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B4E3 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8180227-
CMYK0.960.2100.11
HSL192.88º93.19%46.08%-
HSV(B)192.88º96.48%89.02%-
XYZ30.2938.2478.46-
YUV133.93180.5238.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.93%
GREEN value IS 180 (70.70% from 255) = 43.37%
BLUE value IS 227 (89.06% from 255) = 54.70%
R=1.93%
G=43.37%
B=54.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal81802270.960.2100.11192.8893.1946.08
Hex8B4E360150Bc15d2e
Octal102643431402501330113556
Binary1000101101001110001111000001010101011110000011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08B4E3; }

 p { color: rgb(8,180,227); }

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

<style>
 a { background-color: #08B4E3; }

 a { background-color: rgb(8,180,227); }

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

<style>
 span { border-color: #08B4E3; }

 span { border-color: rgb(8,180,227); }

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