Html Css Color HEX #07AAB9 Iris Blue

📋 copy color: '#07AAB9'

red 7 ◦ green 170 ◦ blue 185

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

Shades of Iris Blue #07AAB9

Tints of Iris Blue #07AAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 51.1%

R = 1.93%
G = 46.96%
B = 51.1%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#07AAB9 (or 0x07AAB9) is known color: Iris Blue. HEX triplet: 07, AA and B9. RGB value is (7,170,185). Sum of RGB (Red+Green+Blue) = 7+170+185=362 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 185 (72.66% from 255 or 51.10% from 362); Max value from RGB is 185 - color contains mainly: blue. Hex color #07AAB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AAB9 is #F85546. Grayscale: #7A7A7A. Windows color (decimal): -16274759 or 12167687. OLE color: 12167687.

HSL color Cylindrical-coordinate representation of color #07AAB9: hue angle of 185.06º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AAB9 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 170 185 -
CMYK 0.96 0.08 0 0.27
HSL 185.06º 0.93% 0.38% -
HSV(B) 185.06º 0.96% 0.73% -
XYZ 23.22 32.3 50.91 -
YUV 122.97 163 45.28 -
System Red Green Blue C M Y K H S L
Decimal 7 170 185 0.96 0.08 0 0.27 185.06 0.93 0.38
Hex 7 AA B9 60 8 0 1B B9 5D 26
Octal 7 252 271 140 10 0 33 271 135 46
Binary 111 10101010 10111001 1100000 1000 0 11011 10111001 1011101 100110

Color Harmonies of #07AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AAB9

Black with #07AAB9

Text Example


Text Example

White with #07AAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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