#06BAC7

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

Shades of Iris Blue #06BAC7

Tints of Iris Blue #06BAC7

Color information

#06BAC7 (or 0x06BAC7) is unknown color: approx Iris Blue. HEX triplet: 06, BA and C7. RGB value is (6,186,199). Sum of RGB (Red+Green+Blue) = 6+186+199=391 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 199 (78.12% from 255 or 50.90% from 391); Max value from RGB is 199 - color contains mainly: blue. Hex color #06BAC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BAC7 is #F94538. Grayscale: #858585. Windows color (decimal): -16336185 or 13089286. OLE color: 13089286.

HSL color Cylindrical-coordinate representation of color #06BAC7: hue angle of 184.04º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BAC7 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6186199-
CMYK0.970.0700.22
HSL184.04º94.15%40.2%-
HSV(B)184.04º96.98%78.04%-
XYZ27.9439.2860.14-
YUV133.66164.8736.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.53%
GREEN value IS 186 (73.05% from 255) = 47.57%
BLUE value IS 199 (78.12% from 255) = 50.90%
R=1.53%
G=47.57%
B=50.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal61861990.970.0700.22184.0494.1540.2
Hex6BAC7617016b85e28
Octal6272307141702627013650
Binary11010111010110001111100001111010110101110001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,186,199); }

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

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

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

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

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

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

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