Html Css Color HEX #06ADC0 Iris Blue

📋 copy color: '#06ADC0'

red 6 ◦ green 173 ◦ blue 192

#06ADC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #06ADC0

Tints of Iris Blue #06ADC0

RGB

 RED value IS 6 (2.73% from 255) = 1.62%

 GREEN value IS 173 (67.97% from 255) = 46.63%

 BLUE value IS 192 (75.39% from 255) = 51.75%

R = 1.62%
G = 46.63%
B = 51.75%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#06ADC0 (or 0x06ADC0) is known color: Iris Blue. HEX triplet: 06, AD and C0. RGB value is (6,173,192). Sum of RGB (Red+Green+Blue) = 6+173+192=371 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #06ADC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ADC0 is #F9523F. Grayscale: #7C7C7C. Windows color (decimal): -16339520 or 12627206. OLE color: 12627206.

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

Color convert

RGB 6 173 192 -
CMYK 0.97 0.10 0 0.25
HSL 186.13º 0.94% 0.39% -
HSV(B) 186.13º 0.97% 0.75% -
XYZ 24.53 33.73 55.09 -
YUV 125.23 165.67 42.96 -
System Red Green Blue C M Y K H S L
Decimal 6 173 192 0.97 0.10 0 0.25 186.13 0.94 0.39
Hex 6 AD C0 61 A 0 19 BA 5E 27
Octal 6 255 300 141 12 0 31 272 136 47
Binary 110 10101101 11000000 1100001 1010 0 11001 10111010 1011110 100111

Color Harmonies of #06ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ADC0

Black with #06ADC0

Text Example


Text Example

White with #06ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06ADC0;
 }
 .AnyTagClassName
 {
   color: #06ADC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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