Html Css Color HEX #07ACB2 Iris Blue

📋 copy color: '#07ACB2'

red 7 ◦ green 172 ◦ blue 178

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

Shades of Iris Blue #07ACB2

Tints of Iris Blue #07ACB2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.18%

 BLUE value IS 178 (69.92% from 255) = 49.86%

R = 1.96%
G = 48.18%
B = 49.86%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#07ACB2 (or 0x07ACB2) is known color: Iris Blue. HEX triplet: 07, AC and B2. RGB value is (7,172,178). Sum of RGB (Red+Green+Blue) = 7+172+178=357 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 357); Green value is 172 (67.58% from 255 or 48.18% from 357); Blue value is 178 (69.92% from 255 or 49.86% from 357); Max value from RGB is 178 - color contains mainly: blue. Hex color #07ACB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07ACB2 is #F8534D. Grayscale: #7B7B7B. Windows color (decimal): -16274254 or 11709447. OLE color: 11709447.

HSL color Cylindrical-coordinate representation of color #07ACB2: hue angle of 182.11º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07ACB2 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 7 172 178 -
CMYK 0.96 0.03 0 0.30
HSL 182.11º 0.92% 0.36% -
HSV(B) 182.11º 0.96% 0.7% -
XYZ 22.88 32.76 47.24 -
YUV 123.35 158.84 45.01 -
System Red Green Blue C M Y K H S L
Decimal 7 172 178 0.96 0.03 0 0.30 182.11 0.92 0.36
Hex 7 AC B2 60 3 0 1E B6 5C 24
Octal 7 254 262 140 3 0 36 266 134 44
Binary 111 10101100 10110010 1100000 11 0 11110 10110110 1011100 100100

Color Harmonies of #07ACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07ACB2

Black with #07ACB2

Text Example


Text Example

White with #07ACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,172,178); }

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

background-color css

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

 a { background-color: rgb(7,172,178); }

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

border-color css

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

 span { border-color: rgb(7,172,178); }

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