Html Css Color HEX #07AABF Iris Blue

📋 copy color: '#07AABF'

red 7 ◦ green 170 ◦ blue 191

#07AABF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #07AABF

Tints of Iris Blue #07AABF

RGB

 RED value IS 7 (3.13% from 255) = 1.9%

 GREEN value IS 170 (66.8% from 255) = 46.2%

 BLUE value IS 191 (75% from 255) = 51.9%

R = 1.9%
G = 46.2%
B = 51.9%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#07AABF (or 0x07AABF) is known color: Iris Blue. HEX triplet: 07, AA and BF. RGB value is (7,170,191). Sum of RGB (Red+Green+Blue) = 7+170+191=368 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #07AABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AABF is #F85540. Grayscale: #7B7B7B. Windows color (decimal): -16274753 or 12560903. OLE color: 12560903.

HSL color Cylindrical-coordinate representation of color #07AABF: hue angle of 186.85º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AABF is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 170 191 -
CMYK 0.96 0.11 0 0.25
HSL 186.85º 0.93% 0.39% -
HSV(B) 186.85º 0.96% 0.75% -
XYZ 23.87 32.56 54.32 -
YUV 123.66 166 44.79 -
System Red Green Blue C M Y K H S L
Decimal 7 170 191 0.96 0.11 0 0.25 186.85 0.93 0.39
Hex 7 AA BF 60 B 0 19 BB 5D 27
Octal 7 252 277 140 13 0 31 273 135 47
Binary 111 10101010 10111111 1100000 1011 0 11001 10111011 1011101 100111

Color Harmonies of #07AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AABF

Black with #07AABF

Text Example


Text Example

White with #07AABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #07AABF;
 }
 .AnyTagClassName
 {
   color: #07AABF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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