Html Css Color HEX #06BCB9 Iris Blue

📋 copy color: '#06BCB9'

red 6 ◦ green 188 ◦ blue 185

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

Shades of Iris Blue #06BCB9

Tints of Iris Blue #06BCB9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.6%

 BLUE value IS 185 (72.66% from 255) = 48.81%

R = 1.58%
G = 49.6%
B = 48.81%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#06BCB9 (or 0x06BCB9) is known color: Iris Blue. HEX triplet: 06, BC and B9. RGB value is (6,188,185). Sum of RGB (Red+Green+Blue) = 6+188+185=379 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.58% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 185 (72.66% from 255 or 48.81% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #06BCB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BCB9 is #F94346. Grayscale: #858585. Windows color (decimal): -16335687 or 12172294. OLE color: 12172294.

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

Color convert

RGB 6 188 185 -
CMYK 0.97 0 0.02 0.26
HSL 179.01º 0.94% 0.38% -
HSV(B) 179.01º 0.97% 0.74% -
XYZ 26.82 39.51 52.11 -
YUV 133.24 157.2 37.24 -
System Red Green Blue C M Y K H S L
Decimal 6 188 185 0.97 0 0.02 0.26 179.01 0.94 0.38
Hex 6 BC B9 61 0 2 1A B3 5E 26
Octal 6 274 271 141 0 2 32 263 136 46
Binary 110 10111100 10111001 1100001 0 10 11010 10110011 1011110 100110

Color Harmonies of #06BCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BCB9

Black with #06BCB9

Text Example


Text Example

White with #06BCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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