#08AEC3

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

Shades of Iris Blue #08AEC3

Tints of Iris Blue #08AEC3

Color information

#08AEC3 (or 0x08AEC3) is unknown color: approx Iris Blue. HEX triplet: 08, AE and C3. RGB value is (8,174,195). Sum of RGB (Red+Green+Blue) = 8+174+195=377 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.12% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 195 (76.56% from 255 or 51.72% from 377); Max value from RGB is 195 - color contains mainly: blue. Hex color #08AEC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08AEC3 is #F7513C. Grayscale: #7E7E7E. Windows color (decimal): -16208189 or 12824072. OLE color: 12824072.

HSL color Cylindrical-coordinate representation of color #08AEC3: hue angle of 186.74º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08AEC3 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8174195-
CMYK0.960.1100.24
HSL186.74º92.12%39.8%-
HSV(B)186.74º95.9%76.47%-
XYZ25.0934.2656.92-
YUV126.76166.543.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.12%
GREEN value IS 174 (68.36% from 255) = 46.15%
BLUE value IS 195 (76.56% from 255) = 51.72%
R=2.12%
G=46.15%
B=51.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal81741950.960.1100.24186.7492.1239.8
Hex8AEC360B018bb5c28
Octal102563031401303027313450
Binary1000101011101100001111000001011011000101110111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,174,195); }

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

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

 a { background-color: rgb(8,174,195); }

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

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

 span { border-color: rgb(8,174,195); }

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