Html Css Color HEX #06B9BA Iris Blue

📋 copy color: '#06B9BA'

red 6 ◦ green 185 ◦ blue 186

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

Shades of Iris Blue #06B9BA

Tints of Iris Blue #06B9BA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.07%

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

R = 1.59%
G = 49.07%
B = 49.34%

CMYK

 C value IS 0.97

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#06B9BA (or 0x06B9BA) is known color: Iris Blue. HEX triplet: 06, B9 and BA. RGB value is (6,185,186). Sum of RGB (Red+Green+Blue) = 6+185+186=377 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.59% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #06B9BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06B9BA is #F94645. Grayscale: #838383. Windows color (decimal): -16336454 or 12237062. OLE color: 12237062.

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

Color convert

RGB 6 185 186 -
CMYK 0.97 0.01 0 0.27
HSL 180.33º 0.94% 0.38% -
HSV(B) 180.33º 0.97% 0.73% -
XYZ 26.29 38.28 52.46 -
YUV 131.59 158.7 38.42 -
System Red Green Blue C M Y K H S L
Decimal 6 185 186 0.97 0.01 0 0.27 180.33 0.94 0.38
Hex 6 B9 BA 61 1 0 1B B4 5E 26
Octal 6 271 272 141 1 0 33 264 136 46
Binary 110 10111001 10111010 1100001 1 0 11011 10110100 1011110 100110

Color Harmonies of #06B9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B9BA

Black with #06B9BA

Text Example


Text Example

White with #06B9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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