Html Css Color HEX #00ACB3 Iris Blue

📋 copy color: '#00ACB3'

red 0 ◦ green 172 ◦ blue 179

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

Shades of Iris Blue #00ACB3

Tints of Iris Blue #00ACB3

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 179 (70.31% from 255) = 51%

R = 0%
G = 49%
B = 51%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#00ACB3 (or 0x00ACB3) is known color: Iris Blue. HEX triplet: 00, AC and B3. RGB value is (0,172,179). Sum of RGB (Red+Green+Blue) = 0+172+179=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 179 (70.31% from 255 or 51.00% from 351); Max value from RGB is 179 - color contains mainly: blue. Hex color #00ACB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ACB3 is #FF534C. Grayscale: #797979. Windows color (decimal): -16733005 or 11774976. OLE color: 11774976.

HSL color Cylindrical-coordinate representation of color #00ACB3: hue angle of 182.35º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ACB3 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 0 172 179 -
CMYK 1 0.04 0 0.30
HSL 182.35º 1% 0.35% -
HSV(B) 182.35º 1% 0.7% -
XYZ 22.89 32.76 47.76 -
YUV 121.37 160.52 41.43 -
System Red Green Blue C M Y K H S L
Decimal 0 172 179 1 0.04 0 0.30 182.35 1 0.35
Hex 0 AC B3 64 4 0 1E B6 64 23
Octal 0 254 263 144 4 0 36 266 144 43
Binary 0 10101100 10110011 1100100 100 0 11110 10110110 1100100 100011

Color Harmonies of #00ACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ACB3

Black with #00ACB3

Text Example


Text Example

White with #00ACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00ACB3; }

 p { color: rgb(0,172,179); }

 H1.HeaderClassName
 {
   color: #00ACB3;
 }
 .AnyTagClassName
 {
   color: #00ACB3;
 }
</style>

background-color css

<style>
 a { background-color: #00ACB3; }

 a { background-color: rgb(0,172,179); }

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

border-color css

<style>
 span { border-color: #00ACB3; }

 span { border-color: rgb(0,172,179); }

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