Html Css Color HEX #01ACBC Iris Blue

📋 copy color: '#01ACBC'

red 1 ◦ green 172 ◦ blue 188

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

Shades of Iris Blue #01ACBC

Tints of Iris Blue #01ACBC

RGB

 RED value IS 1 (0.78% from 255) = 0.28%

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

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

R = 0.28%
G = 47.65%
B = 52.08%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#01ACBC (or 0x01ACBC) is known color: Iris Blue. HEX triplet: 01, AC and BC. RGB value is (1,172,188). Sum of RGB (Red+Green+Blue) = 1+172+188=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #01ACBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ACBC is #FE5343. Grayscale: #7A7A7A. Windows color (decimal): -16667460 or 12364801. OLE color: 12364801.

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

Color convert

RGB 1 172 188 -
CMYK 0.99 0.09 0 0.26
HSL 185.13º 0.99% 0.37% -
HSV(B) 185.13º 0.99% 0.74% -
XYZ 23.84 33.14 52.72 -
YUV 122.7 164.85 41.2 -
System Red Green Blue C M Y K H S L
Decimal 1 172 188 0.99 0.09 0 0.26 185.13 0.99 0.37
Hex 1 AC BC 63 9 0 1A B9 63 25
Octal 1 254 274 143 11 0 32 271 143 45
Binary 1 10101100 10111100 1100011 1001 0 11010 10111001 1100011 100101

Color Harmonies of #01ACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ACBC

Black with #01ACBC

Text Example


Text Example

White with #01ACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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