#06B8D9

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

Shades of Iris Blue #06B8D9

Tints of Iris Blue #06B8D9

Color information

#06B8D9 (or 0x06B8D9) is unknown color: approx Iris Blue. HEX triplet: 06, B8 and D9. RGB value is (6,184,217). Sum of RGB (Red+Green+Blue) = 6+184+217=407 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.47% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 217 (85.16% from 255 or 53.32% from 407); Max value from RGB is 217 - color contains mainly: blue. Hex color #06B8D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06B8D9 is #F94726. Grayscale: #868686. Windows color (decimal): -16336679 or 14268422. OLE color: 14268422.

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

Color convert

RGB6184217-
CMYK0.970.1500.15
HSL189.38º94.62%43.73%-
HSV(B)189.38º97.24%85.1%-
XYZ29.7439.3371.67-
YUV134.54174.5336.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.47%
GREEN value IS 184 (72.27% from 255) = 45.21%
BLUE value IS 217 (85.16% from 255) = 53.32%
R=1.47%
G=45.21%
B=53.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal61842170.970.1500.15189.3894.6243.73
Hex6B8D961F0Fbd5f2c
Octal62703311411701727513754
Binary11010111000110110011100001111101111101111011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,184,217); }

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

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

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

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

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

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

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