#07acb6

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

Shades of Iris Blue #07ACB6

Tints of Iris Blue #07ACB6

Color information

#07ACB6 (or 0x07ACB6) is unknown color: approx Iris Blue. HEX triplet: 07, AC and B6. RGB value is (7,172,182). Sum of RGB (Red+Green+Blue) = 7+172+182=361 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #07ACB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ACB6 is #F85349. Grayscale: #7B7B7B. Windows color (decimal): -16274250 or 11971591. OLE color: 11971591.

HSL color Cylindrical-coordinate representation of color #07ACB6: hue angle of 183.43º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07ACB6 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7172182-
CMYK0.960.0500.29
HSL183.43º92.59%37.06%-
HSV(B)183.43º96.15%71.37%-
XYZ23.2832.9349.38-
YUV123.8160.8444.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.94%
GREEN value IS 172 (67.58% from 255) = 47.65%
BLUE value IS 182 (71.48% from 255) = 50.42%
R=1.94%
G=47.65%
B=50.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal71721820.960.0500.29183.4392.5937.06
Hex7ACB660501Db75d25
Octal7254266140503526713545
Binary11110101100101101101100000101011101101101111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07acb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07acb6; }

 p { color: rgb(7,172,182); }

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

<style>
 a { background-color: #07acb6; }

 a { background-color: rgb(7,172,182); }

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

<style>
 span { border-color: #07acb6; }

 span { border-color: rgb(7,172,182); }

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