#06BBB6

Color #06BBB6 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #06BBB6

Tints of Iris Blue #06BBB6

Color information

#06BBB6 (or 0x06BBB6) is unknown color: approx Iris Blue. HEX triplet: 06, BB and B6. RGB value is (6,187,182). Sum of RGB (Red+Green+Blue) = 6+187+182=375 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.6% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 182 (71.48% from 255 or 48.53% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #06BBB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BBB6 is #F94449. Grayscale: #848484. Windows color (decimal): -16335946 or 11975430. OLE color: 11975430.

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

Color convert

RGB6187182-
CMYK0.9700.030.27
HSL178.34º93.78%37.84%-
HSV(B)178.34º96.79%73.33%-
XYZ26.2938.9650.39-
YUV132.31156.0337.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.6%
GREEN value IS 187 (73.44% from 255) = 49.87%
BLUE value IS 182 (71.48% from 255) = 48.53%
R=1.6%
G=49.87%
B=48.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61871820.9700.030.27178.3493.7837.84
Hex6BBB661031Bb25e26
Octal6273266141033326213646
Binary1101011101110110110110000101111011101100101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,187,182); }

 H1.HeaderClassName
 {
   color: #06BBB6;
 }
 .AnyTagClassName
 {
   color: #06BBB6;
 }
</style>
background-color css

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

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

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

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

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

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