#06B6D5

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

Shades of Iris Blue #06B6D5

Tints of Iris Blue #06B6D5

Color information

#06B6D5 (or 0x06B6D5) is unknown color: approx Iris Blue. HEX triplet: 06, B6 and D5. RGB value is (6,182,213). Sum of RGB (Red+Green+Blue) = 6+182+213=401 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 401); Green value is 182 (71.48% from 255 or 45.39% from 401); Blue value is 213 (83.59% from 255 or 53.12% from 401); Max value from RGB is 213 - color contains mainly: blue. Hex color #06B6D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06B6D5 is #F9492A. Grayscale: #848484. Windows color (decimal): -16337195 or 14005766. OLE color: 14005766.

HSL color Cylindrical-coordinate representation of color #06B6D5: hue angle of 188.99º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B6D5 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6182213-
CMYK0.970.1500.16
HSL188.99º94.52%42.94%-
HSV(B)188.99º97.18%83.53%-
XYZ28.8138.368.82-
YUV132.91173.1937.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.50%
GREEN value IS 182 (71.48% from 255) = 45.39%
BLUE value IS 213 (83.59% from 255) = 53.12%
R=1.50%
G=45.39%
B=53.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal61822130.970.1500.16188.9994.5242.94
Hex6B6D561F010bd5f2b
Octal62663251411702027513753
Binary110101101101101010111000011111010000101111011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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