#06ADC3

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

Shades of Iris Blue #06ADC3

Tints of Iris Blue #06ADC3

Color information

#06ADC3 (or 0x06ADC3) is unknown color: approx Iris Blue. HEX triplet: 06, AD and C3. RGB value is (6,173,195). Sum of RGB (Red+Green+Blue) = 6+173+195=374 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.60% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 195 (76.56% from 255 or 52.14% from 374); Max value from RGB is 195 - color contains mainly: blue. Hex color #06ADC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ADC3 is #F9523C. Grayscale: #7D7D7D. Windows color (decimal): -16339517 or 12823814. OLE color: 12823814.

HSL color Cylindrical-coordinate representation of color #06ADC3: hue angle of 186.98º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ADC3 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6173195-
CMYK0.970.1100.24
HSL186.98º94.03%39.41%-
HSV(B)186.98º96.92%76.47%-
XYZ24.8733.8756.86-
YUV125.57167.1742.71-

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.26%
BLUE value IS 195 (76.56% from 255) = 52.14%
R=1.60%
G=46.26%
B=52.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal61731950.970.1100.24186.9894.0339.41
Hex6ADC361B018bb5e27
Octal62553031411303027313647
Binary110101011011100001111000011011011000101110111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06ADC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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