Html Css Color HEX #01ACC3 Iris Blue

📋 copy color: '#01ACC3'

red 1 ◦ green 172 ◦ blue 195

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

Shades of Iris Blue #01ACC3

Tints of Iris Blue #01ACC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 52.99%

R = 0.27%
G = 46.74%
B = 52.99%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#01ACC3 (or 0x01ACC3) is known color: Iris Blue. HEX triplet: 01, AC and C3. RGB value is (1,172,195). Sum of RGB (Red+Green+Blue) = 1+172+195=368 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 368); Green value is 172 (67.58% from 255 or 46.74% from 368); Blue value is 195 (76.56% from 255 or 52.99% from 368); Max value from RGB is 195 - color contains mainly: blue. Hex color #01ACC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ACC3 is #FE533C. Grayscale: #7B7B7B. Windows color (decimal): -16667453 or 12823553. OLE color: 12823553.

HSL color Cylindrical-coordinate representation of color #01ACC3: hue angle of 187.11º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01ACC3 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 172 195 -
CMYK 0.99 0.12 0 0.24
HSL 187.11º 0.99% 0.38% -
HSV(B) 187.11º 0.99% 0.76% -
XYZ 24.62 33.45 56.79 -
YUV 123.49 168.35 40.63 -
System Red Green Blue C M Y K H S L
Decimal 1 172 195 0.99 0.12 0 0.24 187.11 0.99 0.38
Hex 1 AC C3 63 C 0 18 BB 63 26
Octal 1 254 303 143 14 0 30 273 143 46
Binary 1 10101100 11000011 1100011 1100 0 11000 10111011 1100011 100110

Color Harmonies of #01ACC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ACC3

Black with #01ACC3

Text Example


Text Example

White with #01ACC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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