#07AAC4

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

Shades of Iris Blue #07AAC4

Tints of Iris Blue #07AAC4

Color information

#07AAC4 (or 0x07AAC4) is unknown color: approx Iris Blue. HEX triplet: 07, AA and C4. RGB value is (7,170,196). Sum of RGB (Red+Green+Blue) = 7+170+196=373 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 196 (76.95% from 255 or 52.55% from 373); Max value from RGB is 196 - color contains mainly: blue. Hex color #07AAC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AAC4 is #F8553B. Grayscale: #7B7B7B. Windows color (decimal): -16274748 or 12888583. OLE color: 12888583.

HSL color Cylindrical-coordinate representation of color #07AAC4: hue angle of 188.25º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AAC4 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7170196-
CMYK0.960.1300.23
HSL188.25º93.1%39.8%-
HSV(B)188.25º96.43%76.86%-
XYZ24.4332.7857.26-
YUV124.23168.544.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.88%
GREEN value IS 170 (66.80% from 255) = 45.58%
BLUE value IS 196 (76.95% from 255) = 52.55%
R=1.88%
G=45.58%
B=52.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal71701960.960.1300.23188.2593.139.8
Hex7AAC460D017bc5d28
Octal72523041401502727413550
Binary111101010101100010011000001101010111101111001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07AAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,170,196); }

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

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

 a { background-color: rgb(7,170,196); }

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

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

 span { border-color: rgb(7,170,196); }

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