#06ACC5

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

Shades of Iris Blue #06ACC5

Tints of Iris Blue #06ACC5

Color information

#06ACC5 (or 0x06ACC5) is unknown color: approx Iris Blue. HEX triplet: 06, AC and C5. RGB value is (6,172,197). Sum of RGB (Red+Green+Blue) = 6+172+197=375 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.6% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 197 (77.34% from 255 or 52.53% from 375); Max value from RGB is 197 - color contains mainly: blue. Hex color #06ACC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ACC5 is #F9533A. Grayscale: #7C7C7C. Windows color (decimal): -16339771 or 12954630. OLE color: 12954630.

HSL color Cylindrical-coordinate representation of color #06ACC5: hue angle of 187.85º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ACC5 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6172197-
CMYK0.970.1300.23
HSL187.85º94.09%39.8%-
HSV(B)187.85º96.95%77.25%-
XYZ24.9133.5757.99-
YUV125.22168.542.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.6%
GREEN value IS 172 (67.58% from 255) = 45.87%
BLUE value IS 197 (77.34% from 255) = 52.53%
R=1.6%
G=45.87%
B=52.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal61721970.970.1300.23187.8594.0939.8
Hex6ACC561D017bc5e28
Octal62543051411502727413650
Binary110101011001100010111000011101010111101111001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06ACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06ACC5; }

 p { color: rgb(6,172,197); }

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

<style>
 a { background-color: #06ACC5; }

 a { background-color: rgb(6,172,197); }

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

<style>
 span { border-color: #06ACC5; }

 span { border-color: rgb(6,172,197); }

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