Html Css Color HEX #06BFBF Iris Blue

📋 copy color: '#06BFBF'

red 6 ◦ green 191 ◦ blue 191

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

Shades of Iris Blue #06BFBF

Tints of Iris Blue #06BFBF

RGB

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

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

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

R = 1.55%
G = 49.23%
B = 49.23%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#06BFBF (or 0x06BFBF) is known color: Iris Blue. HEX triplet: 06, BF and BF. RGB value is (6,191,191). Sum of RGB (Red+Green+Blue) = 6+191+191=388 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 388); Green value is 191 (75% from 255 or 49.23% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #06BFBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BFBF is #F94040. Grayscale: #878787. Windows color (decimal): -16334913 or 12566278. OLE color: 12566278.

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

Color convert

RGB 6 191 191 -
CMYK 0.97 0 0 0.25
HSL 180º 0.94% 0.39% -
HSV(B) 180º 0.97% 0.75% -
XYZ 28.11 41.06 55.73 -
YUV 135.69 159.21 35.5 -
System Red Green Blue C M Y K H S L
Decimal 6 191 191 0.97 0 0 0.25 180 0.94 0.39
Hex 6 BF BF 61 0 0 19 B4 5E 27
Octal 6 277 277 141 0 0 31 264 136 47
Binary 110 10111111 10111111 1100001 0 0 11001 10110100 1011110 100111

Color Harmonies of #06BFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BFBF

Black with #06BFBF

Text Example


Text Example

White with #06BFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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