#08ADDC

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

Shades of Iris Blue #08ADDC

Tints of Iris Blue #08ADDC

Color information

#08ADDC (or 0x08ADDC) is unknown color: approx Iris Blue. HEX triplet: 08, AD and DC. RGB value is (8,173,220). Sum of RGB (Red+Green+Blue) = 8+173+220=401 (53% of max value = 765). Red value is 8 (3.52% from 255 or 2.00% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #08ADDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08ADDC is #F75223. Grayscale: #808080. Windows color (decimal): -16208420 or 14462216. OLE color: 14462216.

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

Color convert

RGB8173220-
CMYK0.960.2100.14
HSL193.3º92.98%44.71%-
HSV(B)193.3º96.36%86.27%-
XYZ27.9635.1173.01-
YUV129.02179.3441.68-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.00%
GREEN value IS 173 (67.97% from 255) = 43.14%
BLUE value IS 220 (86.33% from 255) = 54.86%
R=2.00%
G=43.14%
B=54.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal81732200.960.2100.14193.392.9844.71
Hex8ADDC60150Ec15d2d
Octal102553341402501630113555
Binary1000101011011101110011000001010101110110000011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,173,220); }

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

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

 a { background-color: rgb(8,173,220); }

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

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

 span { border-color: rgb(8,173,220); }

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