Html Css Color HEX #06AABF Iris Blue

📋 copy color: '#06AABF'

red 6 ◦ green 170 ◦ blue 191

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

Shades of Iris Blue #06AABF

Tints of Iris Blue #06AABF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.32%

 BLUE value IS 191 (75% from 255) = 52.04%

R = 1.63%
G = 46.32%
B = 52.04%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#06AABF (or 0x06AABF) is known color: Iris Blue. HEX triplet: 06, AA and BF. RGB value is (6,170,191). Sum of RGB (Red+Green+Blue) = 6+170+191=367 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #06AABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AABF is #F95540. Grayscale: #7B7B7B. Windows color (decimal): -16340289 or 12560902. OLE color: 12560902.

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

Color convert

RGB 6 170 191 -
CMYK 0.97 0.11 0 0.25
HSL 186.81º 0.94% 0.39% -
HSV(B) 186.81º 0.97% 0.75% -
XYZ 23.85 32.55 54.32 -
YUV 123.36 166.17 44.29 -
System Red Green Blue C M Y K H S L
Decimal 6 170 191 0.97 0.11 0 0.25 186.81 0.94 0.39
Hex 6 AA BF 61 B 0 19 BB 5E 27
Octal 6 252 277 141 13 0 31 273 136 47
Binary 110 10101010 10111111 1100001 1011 0 11001 10111011 1011110 100111

Color Harmonies of #06AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AABF

Black with #06AABF

Text Example


Text Example

White with #06AABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,170,191); }

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

background-color css

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

 a { background-color: rgb(6,170,191); }

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

border-color css

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

 span { border-color: rgb(6,170,191); }

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