#08ACDA

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

Shades of Iris Blue #08ACDA

Tints of Iris Blue #08ACDA

Color information

#08ACDA (or 0x08ACDA) is unknown color: approx Iris Blue. HEX triplet: 08, AC and DA. RGB value is (8,172,218). Sum of RGB (Red+Green+Blue) = 8+172+218=398 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.01% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #08ACDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08ACDA is #F75325. Grayscale: #7F7F7F. Windows color (decimal): -16208678 or 14330888. OLE color: 14330888.

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

Color convert

RGB8172218-
CMYK0.960.2100.15
HSL193.14º92.92%44.31%-
HSV(B)193.14º96.33%85.49%-
XYZ27.5134.6271.56-
YUV128.21178.6742.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.01%
GREEN value IS 172 (67.58% from 255) = 43.22%
BLUE value IS 218 (85.55% from 255) = 54.77%
R=2.01%
G=43.22%
B=54.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal81722180.960.2100.15193.1492.9244.31
Hex8ACDA60150Fc15d2c
Octal102543321402501730113554
Binary1000101011001101101011000001010101111110000011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,172,218); }

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

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

 a { background-color: rgb(8,172,218); }

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

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

 span { border-color: rgb(8,172,218); }

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