Html Css Color HEX #07AAB6 Iris Blue

📋 copy color: '#07AAB6'

red 7 ◦ green 170 ◦ blue 182

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

Shades of Iris Blue #07AAB6

Tints of Iris Blue #07AAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50.7%

R = 1.95%
G = 47.35%
B = 50.7%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#07AAB6 (or 0x07AAB6) is known color: Iris Blue. HEX triplet: 07, AA and B6. RGB value is (7,170,182). Sum of RGB (Red+Green+Blue) = 7+170+182=359 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.95% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 182 (71.48% from 255 or 50.70% from 359); Max value from RGB is 182 - color contains mainly: blue. Hex color #07AAB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AAB6 is #F85549. Grayscale: #7A7A7A. Windows color (decimal): -16274762 or 11971079. OLE color: 11971079.

HSL color Cylindrical-coordinate representation of color #07AAB6: hue angle of 184.11º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AAB6 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 7 170 182 -
CMYK 0.96 0.07 0 0.29
HSL 184.11º 0.93% 0.37% -
HSV(B) 184.11º 0.96% 0.71% -
XYZ 22.91 32.17 49.26 -
YUV 122.63 161.5 45.52 -
System Red Green Blue C M Y K H S L
Decimal 7 170 182 0.96 0.07 0 0.29 184.11 0.93 0.37
Hex 7 AA B6 60 7 0 1D B8 5D 25
Octal 7 252 266 140 7 0 35 270 135 45
Binary 111 10101010 10110110 1100000 111 0 11101 10111000 1011101 100101

Color Harmonies of #07AAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AAB6

Black with #07AAB6

Text Example


Text Example

White with #07AAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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