#06B5B3

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

Shades of Iris Blue #06B5B3

Tints of Iris Blue #06B5B3

Color information

#06B5B3 (or 0x06B5B3) is unknown color: approx Iris Blue. HEX triplet: 06, B5 and B3. RGB value is (6,181,179). Sum of RGB (Red+Green+Blue) = 6+181+179=366 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 179 (70.31% from 255 or 48.91% from 366); Max value from RGB is 181 - color contains mainly: green. Hex color #06B5B3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06B5B3 is #F94A4C. Grayscale: #808080. Windows color (decimal): -16337485 or 11777286. OLE color: 11777286.

HSL color Cylindrical-coordinate representation of color #06B5B3: hue angle of 179.31º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B5B3 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB6181179-
CMYK0.9700.010.29
HSL179.31º93.58%36.67%-
HSV(B)179.31º96.69%70.98%-
XYZ24.7436.3448.36-
YUV128.45156.5240.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.64%
GREEN value IS 181 (71.09% from 255) = 49.45%
BLUE value IS 179 (70.31% from 255) = 48.91%
R=1.64%
G=49.45%
B=48.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal61811790.9700.010.29179.3193.5836.67
Hex6B5B361011Db35e25
Octal6265263141013526313645
Binary110101101011011001111000010111101101100111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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