#08ADC3

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

Shades of Iris Blue #08ADC3

Tints of Iris Blue #08ADC3

Color information

#08ADC3 (or 0x08ADC3) is unknown color: approx Iris Blue. HEX triplet: 08, AD and C3. RGB value is (8,173,195). Sum of RGB (Red+Green+Blue) = 8+173+195=376 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 195 (76.56% from 255 or 51.86% from 376); Max value from RGB is 195 - color contains mainly: blue. Hex color #08ADC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08ADC3 is #F7523C. Grayscale: #7D7D7D. Windows color (decimal): -16208445 or 12823816. OLE color: 12823816.

HSL color Cylindrical-coordinate representation of color #08ADC3: hue angle of 187.06º 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 #08ADC3 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8173195-
CMYK0.960.1100.24
HSL187.06º92.12%39.8%-
HSV(B)187.06º95.9%76.47%-
XYZ24.8933.8856.86-
YUV126.17166.8443.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.13%
GREEN value IS 173 (67.97% from 255) = 46.01%
BLUE value IS 195 (76.56% from 255) = 51.86%
R=2.13%
G=46.01%
B=51.86%

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
Decimal81731950.960.1100.24187.0692.1239.8
Hex8ADC360B018bb5c28
Octal102553031401303027313450
Binary1000101011011100001111000001011011000101110111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08ADC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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