Html Css Color HEX #07AAC1 Iris Blue

📋 copy color: '#07AAC1'

red 7 ◦ green 170 ◦ blue 193

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

Shades of Iris Blue #07AAC1

Tints of Iris Blue #07AAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 52.16%

R = 1.89%
G = 45.95%
B = 52.16%

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

#07AAC1 (or 0x07AAC1) is known color: Iris Blue. HEX triplet: 07, AA and C1. RGB value is (7,170,193). Sum of RGB (Red+Green+Blue) = 7+170+193=370 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #07AAC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AAC1 is #F8553E. Grayscale: #7B7B7B. Windows color (decimal): -16274751 or 12691975. OLE color: 12691975.

HSL color Cylindrical-coordinate representation of color #07AAC1: hue angle of 187.42º 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 #07AAC1 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 7 170 193 -
CMYK 0.96 0.12 0 0.24
HSL 187.42º 0.93% 0.39% -
HSV(B) 187.42º 0.96% 0.76% -
XYZ 24.09 32.64 55.48 -
YUV 123.89 167 44.63 -
System Red Green Blue C M Y K H S L
Decimal 7 170 193 0.96 0.12 0 0.24 187.42 0.93 0.39
Hex 7 AA C1 60 C 0 18 BB 5D 27
Octal 7 252 301 140 14 0 30 273 135 47
Binary 111 10101010 11000001 1100000 1100 0 11000 10111011 1011101 100111

Color Harmonies of #07AAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AAC1

Black with #07AAC1

Text Example


Text Example

White with #07AAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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