Html Css Color HEX #00ACBB Iris Blue

📋 copy color: '#00ACBB'

red 0 ◦ green 172 ◦ blue 187

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

Shades of Iris Blue #00ACBB

Tints of Iris Blue #00ACBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.09%

R = 0%
G = 47.91%
B = 52.09%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#00ACBB (or 0x00ACBB) is known color: Iris Blue. HEX triplet: 00, AC and BB. RGB value is (0,172,187). Sum of RGB (Red+Green+Blue) = 0+172+187=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #00ACBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ACBB is #FF5344. Grayscale: #7A7A7A. Windows color (decimal): -16732997 or 12299264. OLE color: 12299264.

HSL color Cylindrical-coordinate representation of color #00ACBB: hue angle of 184.81º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ACBB is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 172 187 -
CMYK 1 0.08 0 0.27
HSL 184.81º 1% 0.37% -
HSV(B) 184.81º 1% 0.73% -
XYZ 23.72 33.09 52.15 -
YUV 122.28 164.52 40.78 -
System Red Green Blue C M Y K H S L
Decimal 0 172 187 1 0.08 0 0.27 184.81 1 0.37
Hex 0 AC BB 64 8 0 1B B9 64 25
Octal 0 254 273 144 10 0 33 271 144 45
Binary 0 10101100 10111011 1100100 1000 0 11011 10111001 1100100 100101

Color Harmonies of #00ACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ACBB

Black with #00ACBB

Text Example


Text Example

White with #00ACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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