Html Css Color HEX #07AAD0 Iris Blue

📋 copy color: '#07AAD0'

red 7 ◦ green 170 ◦ blue 208

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

Shades of Iris Blue #07AAD0

Tints of Iris Blue #07AAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 54.03%

R = 1.82%
G = 44.16%
B = 54.03%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#07AAD0 (or 0x07AAD0) is known color: Iris Blue. HEX triplet: 07, AA and D0. RGB value is (7,170,208). Sum of RGB (Red+Green+Blue) = 7+170+208=385 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 208 (81.64% from 255 or 54.03% from 385); Max value from RGB is 208 - color contains mainly: blue. Hex color #07AAD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AAD0 is #F8552F. Grayscale: #7D7D7D. Windows color (decimal): -16274736 or 13675015. OLE color: 13675015.

HSL color Cylindrical-coordinate representation of color #07AAD0: hue angle of 191.34º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07AAD0 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 7 170 208 -
CMYK 0.97 0.18 0 0.18
HSL 191.34º 0.93% 0.42% -
HSV(B) 191.34º 0.97% 0.82% -
XYZ 25.85 33.35 64.75 -
YUV 125.6 174.5 43.41 -
System Red Green Blue C M Y K H S L
Decimal 7 170 208 0.97 0.18 0 0.18 191.34 0.93 0.42
Hex 7 AA D0 61 12 0 12 BF 5D 2A
Octal 7 252 320 141 22 0 22 277 135 52
Binary 111 10101010 11010000 1100001 10010 0 10010 10111111 1011101 101010

Color Harmonies of #07AAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AAD0

Black with #07AAD0

Text Example


Text Example

White with #07AAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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