#06BDB1

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

Shades of Iris Blue #06BDB1

Tints of Iris Blue #06BDB1

Color information

#06BDB1 (or 0x06BDB1) is unknown color: approx Iris Blue. HEX triplet: 06, BD and B1. RGB value is (6,189,177). Sum of RGB (Red+Green+Blue) = 6+189+177=372 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.61% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 177 (69.53% from 255 or 47.58% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #06BDB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BDB1 is #F9424E. Grayscale: #848484. Windows color (decimal): -16335439 or 11648262. OLE color: 11648262.

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

Color convert

RGB6189177-
CMYK0.9700.060.26
HSL176.07º93.85%38.24%-
HSV(B)176.07º96.83%74.12%-
XYZ26.2139.6147.86-
YUV132.92152.8737.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.61%
GREEN value IS 189 (74.22% from 255) = 50.81%
BLUE value IS 177 (69.53% from 255) = 47.58%
R=1.61%
G=50.81%
B=47.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61891770.9700.060.26176.0793.8538.24
Hex6BDB161061Ab05e26
Octal6275261141063226013646
Binary11010111101101100011100001011011010101100001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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