Html Css Color HEX #07AACC Iris Blue

📋 copy color: '#07AACC'

red 7 ◦ green 170 ◦ blue 204

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

Shades of Iris Blue #07AACC

Tints of Iris Blue #07AACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.54%

R = 1.84%
G = 44.62%
B = 53.54%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#07AACC (or 0x07AACC) is known color: Iris Blue. HEX triplet: 07, AA and CC. RGB value is (7,170,204). Sum of RGB (Red+Green+Blue) = 7+170+204=381 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.84% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #07AACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AACC is #F85533. Grayscale: #7C7C7C. Windows color (decimal): -16274740 or 13412871. OLE color: 13412871.

HSL color Cylindrical-coordinate representation of color #07AACC: hue angle of 190.36º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07AACC is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 7 170 204 -
CMYK 0.97 0.17 0 0.2
HSL 190.36º 0.93% 0.41% -
HSV(B) 190.36º 0.97% 0.8% -
XYZ 25.36 33.15 62.19 -
YUV 125.14 172.5 43.74 -
System Red Green Blue C M Y K H S L
Decimal 7 170 204 0.97 0.17 0 0.2 190.36 0.93 0.41
Hex 7 AA CC 61 11 0 14 BE 5D 29
Octal 7 252 314 141 21 0 24 276 135 51
Binary 111 10101010 11001100 1100001 10001 0 10100 10111110 1011101 101001

Color Harmonies of #07AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AACC

Black with #07AACC

Text Example


Text Example

White with #07AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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