Html Css Color HEX #06ADC5 Iris Blue

📋 copy color: '#06ADC5'

red 6 ◦ green 173 ◦ blue 197

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

Shades of Iris Blue #06ADC5

Tints of Iris Blue #06ADC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 52.39%

R = 1.6%
G = 46.01%
B = 52.39%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#06ADC5 (or 0x06ADC5) is known color: 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

RGB 6 173 197 -
CMYK 0.97 0.12 0 0.23
HSL 187.54º 0.94% 0.4% -
HSV(B) 187.54º 0.97% 0.77% -
XYZ 25.1 33.96 58.05 -
YUV 125.8 168.17 42.55 -
System Red Green Blue C M Y K H S L
Decimal 6 173 197 0.97 0.12 0 0.23 187.54 0.94 0.4
Hex 6 AD C5 61 C 0 17 BC 5E 28
Octal 6 255 305 141 14 0 27 274 136 50
Binary 110 10101101 11000101 1100001 1100 0 10111 10111100 1011110 101000

Color Harmonies of #06ADC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ADC5

Black with #06ADC5

Text Example


Text Example

White with #06ADC5

Text Example


Text Example

HTML Codes & Css Web 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>