#07ABC4

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

Shades of Iris Blue #07ABC4

Tints of Iris Blue #07ABC4

Color information

#07ABC4 (or 0x07ABC4) is unknown color: approx Iris Blue. HEX triplet: 07, AB and C4. RGB value is (7,171,196). Sum of RGB (Red+Green+Blue) = 7+171+196=374 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.87% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 196 (76.95% from 255 or 52.41% from 374); Max value from RGB is 196 - color contains mainly: blue. Hex color #07ABC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ABC4 is #F8543B. Grayscale: #7C7C7C. Windows color (decimal): -16274492 or 12888839. OLE color: 12888839.

HSL color Cylindrical-coordinate representation of color #07ABC4: hue angle of 187.94º 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 #07ABC4 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7171196-
CMYK0.960.1300.23
HSL187.94º93.1%39.8%-
HSV(B)187.94º96.43%76.86%-
XYZ24.6133.1657.33-
YUV124.81168.1743.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.87%
GREEN value IS 171 (67.19% from 255) = 45.72%
BLUE value IS 196 (76.95% from 255) = 52.41%
R=1.87%
G=45.72%
B=52.41%

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
Decimal71711960.960.1300.23187.9493.139.8
Hex7ABC460D017bc5d28
Octal72533041401502727413550
Binary111101010111100010011000001101010111101111001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07ABC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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