Html Css Color HEX #06BFBA Iris Blue

📋 copy color: '#06BFBA'

red 6 ◦ green 191 ◦ blue 186

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

Shades of Iris Blue #06BFBA

Tints of Iris Blue #06BFBA

RGB

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

 GREEN value IS 191 (75% from 255) = 49.87%

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

R = 1.57%
G = 49.87%
B = 48.56%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#06BFBA (or 0x06BFBA) is known color: Iris Blue. HEX triplet: 06, BF and BA. RGB value is (6,191,186). Sum of RGB (Red+Green+Blue) = 6+191+186=383 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #06BFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BFBA is #F94045. Grayscale: #868686. Windows color (decimal): -16334918 or 12238598. OLE color: 12238598.

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

Color convert

RGB 6 191 186 -
CMYK 0.97 0 0.03 0.25
HSL 178.38º 0.94% 0.39% -
HSV(B) 178.38º 0.97% 0.75% -
XYZ 27.57 40.85 52.89 -
YUV 135.12 156.71 35.91 -
System Red Green Blue C M Y K H S L
Decimal 6 191 186 0.97 0 0.03 0.25 178.38 0.94 0.39
Hex 6 BF BA 61 0 3 19 B2 5E 27
Octal 6 277 272 141 0 3 31 262 136 47
Binary 110 10111111 10111010 1100001 0 11 11001 10110010 1011110 100111

Color Harmonies of #06BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BFBA

Black with #06BFBA

Text Example


Text Example

White with #06BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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