Html Css Color HEX #07AAD8 Iris Blue

📋 copy color: '#07AAD8'

red 7 ◦ green 170 ◦ blue 216

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

Shades of Iris Blue #07AAD8

Tints of Iris Blue #07AAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 54.96%

R = 1.78%
G = 43.26%
B = 54.96%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#07AAD8 (or 0x07AAD8) is known color: Iris Blue. HEX triplet: 07, AA and D8. RGB value is (7,170,216). Sum of RGB (Red+Green+Blue) = 7+170+216=393 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.78% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 216 (84.77% from 255 or 54.96% from 393); Max value from RGB is 216 - color contains mainly: blue. Hex color #07AAD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AAD8 is #F85527. Grayscale: #7E7E7E. Windows color (decimal): -16274728 or 14199303. OLE color: 14199303.

HSL color Cylindrical-coordinate representation of color #07AAD8: hue angle of 193.21º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07AAD8 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 7 170 216 -
CMYK 0.97 0.21 0 0.15
HSL 193.21º 0.94% 0.44% -
HSV(B) 193.21º 0.97% 0.85% -
XYZ 26.86 33.75 70.07 -
YUV 126.51 178.5 42.76 -
System Red Green Blue C M Y K H S L
Decimal 7 170 216 0.97 0.21 0 0.15 193.21 0.94 0.44
Hex 7 AA D8 61 15 0 F C1 5E 2C
Octal 7 252 330 141 25 0 17 301 136 54
Binary 111 10101010 11011000 1100001 10101 0 1111 11000001 1011110 101100

Color Harmonies of #07AAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AAD8

Black with #07AAD8

Text Example


Text Example

White with #07AAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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