#07ABCF

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

Shades of Iris Blue #07ABCF

Tints of Iris Blue #07ABCF

Color information

#07ABCF (or 0x07ABCF) is unknown color: approx Iris Blue. HEX triplet: 07, AB and CF. RGB value is (7,171,207). Sum of RGB (Red+Green+Blue) = 7+171+207=385 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #07ABCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ABCF is #F85430. Grayscale: #7D7D7D. Windows color (decimal): -16274481 or 13609735. OLE color: 13609735.

HSL color Cylindrical-coordinate representation of color #07ABCF: hue angle of 190.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07ABCF is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7171207-
CMYK0.970.1700.19
HSL190.8º93.46%41.96%-
HSV(B)190.8º96.62%81.18%-
XYZ25.9133.6864.17-
YUV126.07173.6743.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.82%
GREEN value IS 171 (67.19% from 255) = 44.42%
BLUE value IS 207 (81.25% from 255) = 53.77%
R=1.82%
G=44.42%
B=53.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal71712070.970.1700.19190.893.4641.96
Hex7ABCF6111013bf5d2a
Octal72533171412102327713552
Binary1111010101111001111110000110001010011101111111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07ABCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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