#06BDBD

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

Shades of Iris Blue #06BDBD

Tints of Iris Blue #06BDBD

Color information

#06BDBD (or 0x06BDBD) is unknown color: approx Iris Blue. HEX triplet: 06, BD and BD. RGB value is (6,189,189). Sum of RGB (Red+Green+Blue) = 6+189+189=384 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #06BDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BDBD is #F94242. Grayscale: #868686. Windows color (decimal): -16335427 or 12434694. OLE color: 12434694.

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

Color convert

RGB6189189-
CMYK0.97000.26
HSL180º93.85%38.24%-
HSV(B)180º96.83%74.12%-
XYZ27.4640.1154.44-
YUV134.28158.8736.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.56%
GREEN value IS 189 (74.22% from 255) = 49.22%
BLUE value IS 189 (74.22% from 255) = 49.22%
R=1.56%
G=49.22%
B=49.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61891890.97000.2618093.8538.24
Hex6BDBD61001Ab45e26
Octal6275275141003226413646
Binary110101111011011110111000010011010101101001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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