Html Css Color HEX #07AAC2 Iris Blue

📋 copy color: '#07AAC2'

red 7 ◦ green 170 ◦ blue 194

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

Shades of Iris Blue #07AAC2

Tints of Iris Blue #07AAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 52.29%

R = 1.89%
G = 45.82%
B = 52.29%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#07AAC2 (or 0x07AAC2) is known color: Iris Blue. HEX triplet: 07, AA and C2. RGB value is (7,170,194). Sum of RGB (Red+Green+Blue) = 7+170+194=371 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #07AAC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AAC2 is #F8553D. Grayscale: #7B7B7B. Windows color (decimal): -16274750 or 12757511. OLE color: 12757511.

HSL color Cylindrical-coordinate representation of color #07AAC2: hue angle of 187.7º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AAC2 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 7 170 194 -
CMYK 0.96 0.12 0 0.24
HSL 187.7º 0.93% 0.39% -
HSV(B) 187.7º 0.96% 0.76% -
XYZ 24.2 32.69 56.07 -
YUV 124 167.5 44.55 -
System Red Green Blue C M Y K H S L
Decimal 7 170 194 0.96 0.12 0 0.24 187.7 0.93 0.39
Hex 7 AA C2 60 C 0 18 BC 5D 27
Octal 7 252 302 140 14 0 30 274 135 47
Binary 111 10101010 11000010 1100000 1100 0 11000 10111100 1011101 100111

Color Harmonies of #07AAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AAC2

Black with #07AAC2

Text Example


Text Example

White with #07AAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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