Html Css Color HEX #00ACBC Iris Blue

📋 copy color: '#00ACBC'

red 0 ◦ green 172 ◦ blue 188

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

Shades of Iris Blue #00ACBC

Tints of Iris Blue #00ACBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.22%

R = 0%
G = 47.78%
B = 52.22%

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#00ACBC (or 0x00ACBC) is known color: Iris Blue. HEX triplet: 00, AC and BC. RGB value is (0,172,188). Sum of RGB (Red+Green+Blue) = 0+172+188=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #00ACBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ACBC is #FF5343. Grayscale: #7A7A7A. Windows color (decimal): -16732996 or 12364800. OLE color: 12364800.

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

Color convert

RGB 0 172 188 -
CMYK 1 0.09 0 0.26
HSL 185.11º 1% 0.37% -
HSV(B) 185.11º 1% 0.74% -
XYZ 23.83 33.14 52.72 -
YUV 122.4 165.02 40.7 -
System Red Green Blue C M Y K H S L
Decimal 0 172 188 1 0.09 0 0.26 185.11 1 0.37
Hex 0 AC BC 64 9 0 1A B9 64 25
Octal 0 254 274 144 11 0 32 271 144 45
Binary 0 10101100 10111100 1100100 1001 0 11010 10111001 1100100 100101

Color Harmonies of #00ACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ACBC

Black with #00ACBC

Text Example


Text Example

White with #00ACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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