#07ABB1

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

Shades of Iris Blue #07ABB1

Tints of Iris Blue #07ABB1

Color information

#07ABB1 (or 0x07ABB1) is unknown color: approx Iris Blue. HEX triplet: 07, AB and B1. RGB value is (7,171,177). Sum of RGB (Red+Green+Blue) = 7+171+177=355 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 177 (69.53% from 255 or 49.86% from 355); Max value from RGB is 177 - color contains mainly: blue. Hex color #07ABB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07ABB1 is #F8544E. Grayscale: #7A7A7A. Windows color (decimal): -16274511 or 11643655. OLE color: 11643655.

HSL color Cylindrical-coordinate representation of color #07ABB1: hue angle of 182.12º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07ABB1 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7171177-
CMYK0.960.0300.31
HSL182.12º92.39%36.08%-
HSV(B)182.12º96.05%69.41%-
XYZ22.5932.3546.65-
YUV122.65158.6745.51-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.97%
GREEN value IS 171 (67.19% from 255) = 48.17%
BLUE value IS 177 (69.53% from 255) = 49.86%
R=1.97%
G=48.17%
B=49.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71711770.960.0300.31182.1292.3936.08
Hex7ABB160301Fb65c24
Octal7253261140303726613444
Binary1111010101110110001110000011011111101101101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07ABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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