#06ADC5

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

Shades of Iris Blue #06ADC5

Tints of Iris Blue #06ADC5

Color information

#06ADC5 (or 0x06ADC5) is unknown color: approx Iris Blue. HEX triplet: 06, AD and C5. RGB value is (6,173,197). Sum of RGB (Red+Green+Blue) = 6+173+197=376 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.60% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 197 (77.34% from 255 or 52.39% from 376); Max value from RGB is 197 - color contains mainly: blue. Hex color #06ADC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ADC5 is #F9523A. Grayscale: #7D7D7D. Windows color (decimal): -16339515 or 12954886. OLE color: 12954886.

HSL color Cylindrical-coordinate representation of color #06ADC5: hue angle of 187.54º 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 #06ADC5 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6173197-
CMYK0.970.1200.23
HSL187.54º94.09%39.8%-
HSV(B)187.54º96.95%77.25%-
XYZ25.133.9658.05-
YUV125.8168.1742.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.60%
GREEN value IS 173 (67.97% from 255) = 46.01%
BLUE value IS 197 (77.34% from 255) = 52.39%
R=1.60%
G=46.01%
B=52.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal61731970.970.1200.23187.5494.0939.8
Hex6ADC561C017bc5e28
Octal62553051411402727413650
Binary110101011011100010111000011100010111101111001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06ADC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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