Html Css Color HEX #06ABBA Iris Blue

📋 copy color: '#06ABBA'

red 6 ◦ green 171 ◦ blue 186

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

Shades of Iris Blue #06ABBA

Tints of Iris Blue #06ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.11%

 BLUE value IS 186 (73.05% from 255) = 51.24%

R = 1.65%
G = 47.11%
B = 51.24%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#06ABBA (or 0x06ABBA) is known color: Iris Blue. HEX triplet: 06, AB and BA. RGB value is (6,171,186). Sum of RGB (Red+Green+Blue) = 6+171+186=363 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #06ABBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ABBA is #F95445. Grayscale: #7B7B7B. Windows color (decimal): -16340038 or 12233478. OLE color: 12233478.

HSL color Cylindrical-coordinate representation of color #06ABBA: hue angle of 185º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ABBA is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 171 186 -
CMYK 0.97 0.08 0 0.27
HSL 185º 0.94% 0.38% -
HSV(B) 185º 0.97% 0.73% -
XYZ 23.5 32.71 51.53 -
YUV 123.38 163.34 44.28 -
System Red Green Blue C M Y K H S L
Decimal 6 171 186 0.97 0.08 0 0.27 185 0.94 0.38
Hex 6 AB BA 61 8 0 1B B9 5E 26
Octal 6 253 272 141 10 0 33 271 136 46
Binary 110 10101011 10111010 1100001 1000 0 11011 10111001 1011110 100110

Color Harmonies of #06ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ABBA

Black with #06ABBA

Text Example


Text Example

White with #06ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,171,186); }

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

background-color css

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

 a { background-color: rgb(6,171,186); }

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

border-color css

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

 span { border-color: rgb(6,171,186); }

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