Html Css Color HEX #01ACB3 Iris Blue

📋 copy color: '#01ACB3'

red 1 ◦ green 172 ◦ blue 179

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

Shades of Iris Blue #01ACB3

Tints of Iris Blue #01ACB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50.85%

R = 0.28%
G = 48.86%
B = 50.85%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#01ACB3 (or 0x01ACB3) is known color: Iris Blue. HEX triplet: 01, AC and B3. RGB value is (1,172,179). Sum of RGB (Red+Green+Blue) = 1+172+179=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 172 (67.58% from 255 or 48.86% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #01ACB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ACB3 is #FE534C. Grayscale: #797979. Windows color (decimal): -16667469 or 11774977. OLE color: 11774977.

HSL color Cylindrical-coordinate representation of color #01ACB3: hue angle of 182.36º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01ACB3 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 1 172 179 -
CMYK 0.99 0.04 0 0.30
HSL 182.36º 0.99% 0.35% -
HSV(B) 182.36º 0.99% 0.7% -
XYZ 22.9 32.77 47.77 -
YUV 121.67 160.35 41.93 -
System Red Green Blue C M Y K H S L
Decimal 1 172 179 0.99 0.04 0 0.30 182.36 0.99 0.35
Hex 1 AC B3 63 4 0 1E B6 63 23
Octal 1 254 263 143 4 0 36 266 143 43
Binary 1 10101100 10110011 1100011 100 0 11110 10110110 1100011 100011

Color Harmonies of #01ACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ACB3

Black with #01ACB3

Text Example


Text Example

White with #01ACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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