Html Css Color HEX #07AAB8 Iris Blue

📋 copy color: '#07AAB8'

red 7 ◦ green 170 ◦ blue 184

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

Shades of Iris Blue #07AAB8

Tints of Iris Blue #07AAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 50.97%

R = 1.94%
G = 47.09%
B = 50.97%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#07AAB8 (or 0x07AAB8) is known color: Iris Blue. HEX triplet: 07, AA and B8. RGB value is (7,170,184). Sum of RGB (Red+Green+Blue) = 7+170+184=361 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 184 (72.27% from 255 or 50.97% from 361); Max value from RGB is 184 - color contains mainly: blue. Hex color #07AAB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AAB8 is #F85547. Grayscale: #7A7A7A. Windows color (decimal): -16274760 or 12102151. OLE color: 12102151.

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

Color convert

RGB 7 170 184 -
CMYK 0.96 0.08 0 0.28
HSL 184.75º 0.93% 0.37% -
HSV(B) 184.75º 0.96% 0.72% -
XYZ 23.11 32.26 50.36 -
YUV 122.86 162.5 45.36 -
System Red Green Blue C M Y K H S L
Decimal 7 170 184 0.96 0.08 0 0.28 184.75 0.93 0.37
Hex 7 AA B8 60 8 0 1C B9 5D 25
Octal 7 252 270 140 10 0 34 271 135 45
Binary 111 10101010 10111000 1100000 1000 0 11100 10111001 1011101 100101

Color Harmonies of #07AAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AAB8

Black with #07AAB8

Text Example


Text Example

White with #07AAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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