Html Css Color HEX #07AACB Iris Blue

📋 copy color: '#07AACB'

red 7 ◦ green 170 ◦ blue 203

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

Shades of Iris Blue #07AACB

Tints of Iris Blue #07AACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.42%

R = 1.84%
G = 44.74%
B = 53.42%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#07AACB (or 0x07AACB) is known color: Iris Blue. HEX triplet: 07, AA and CB. RGB value is (7,170,203). Sum of RGB (Red+Green+Blue) = 7+170+203=380 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.84% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #07AACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AACB is #F85534. Grayscale: #7C7C7C. Windows color (decimal): -16274741 or 13347335. OLE color: 13347335.

HSL color Cylindrical-coordinate representation of color #07AACB: hue angle of 190.1º 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 #07AACB is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 170 203 -
CMYK 0.97 0.16 0 0.20
HSL 190.1º 0.93% 0.41% -
HSV(B) 190.1º 0.97% 0.8% -
XYZ 25.24 33.11 61.56 -
YUV 125.03 172 43.82 -
System Red Green Blue C M Y K H S L
Decimal 7 170 203 0.97 0.16 0 0.20 190.1 0.93 0.41
Hex 7 AA CB 61 10 0 14 BE 5D 29
Octal 7 252 313 141 20 0 24 276 135 51
Binary 111 10101010 11001011 1100001 10000 0 10100 10111110 1011101 101001

Color Harmonies of #07AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AACB

Black with #07AACB

Text Example


Text Example

White with #07AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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