Html Css Color HEX #01ACCC Iris Blue

📋 copy color: '#01ACCC'

red 1 ◦ green 172 ◦ blue 204

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

Shades of Iris Blue #01ACCC

Tints of Iris Blue #01ACCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.11%

R = 0.27%
G = 45.62%
B = 54.11%

CMYK

 C value IS 1.00

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#01ACCC (or 0x01ACCC) is known color: Iris Blue. HEX triplet: 01, AC and CC. RGB value is (1,172,204). Sum of RGB (Red+Green+Blue) = 1+172+204=377 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #01ACCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ACCC is #FE5333. Grayscale: #7C7C7C. Windows color (decimal): -16667444 or 13413377. OLE color: 13413377.

HSL color Cylindrical-coordinate representation of color #01ACCC: hue angle of 189.46º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ACCC is Cyan = 1.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 1 172 204 -
CMYK 1.00 0.16 0 0.2
HSL 189.46º 0.99% 0.4% -
HSV(B) 189.46º 1% 0.8% -
XYZ 25.66 33.87 62.31 -
YUV 124.52 172.85 39.9 -
System Red Green Blue C M Y K H S L
Decimal 1 172 204 1.00 0.16 0 0.2 189.46 0.99 0.4
Hex 1 AC CC 64 10 0 14 BD 63 28
Octal 1 254 314 144 20 0 24 275 143 50
Binary 1 10101100 11001100 1100100 10000 0 10100 10111101 1100011 101000

Color Harmonies of #01ACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ACCC

Black with #01ACCC

Text Example


Text Example

White with #01ACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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