Html Css Color HEX #06BFB3 Iris Blue

📋 copy color: '#06BFB3'

red 6 ◦ green 191 ◦ blue 179

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

Shades of Iris Blue #06BFB3

Tints of Iris Blue #06BFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.61%

R = 1.6%
G = 50.8%
B = 47.61%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#06BFB3 (or 0x06BFB3) is known color: Iris Blue. HEX triplet: 06, BF and B3. RGB value is (6,191,179). Sum of RGB (Red+Green+Blue) = 6+191+179=376 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.60% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 179 (70.31% from 255 or 47.61% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #06BFB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BFB3 is #F9404C. Grayscale: #868686. Windows color (decimal): -16334925 or 11779846. OLE color: 11779846.

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

Color convert

RGB 6 191 179 -
CMYK 0.97 0 0.06 0.25
HSL 176.11º 0.94% 0.39% -
HSV(B) 176.11º 0.97% 0.75% -
XYZ 26.84 40.56 49.06 -
YUV 134.32 153.21 36.48 -
System Red Green Blue C M Y K H S L
Decimal 6 191 179 0.97 0 0.06 0.25 176.11 0.94 0.39
Hex 6 BF B3 61 0 6 19 B0 5E 27
Octal 6 277 263 141 0 6 31 260 136 47
Binary 110 10111111 10110011 1100001 0 110 11001 10110000 1011110 100111

Color Harmonies of #06BFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BFB3

Black with #06BFB3

Text Example


Text Example

White with #06BFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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