Html Css Color HEX #01AAB3 Iris Blue

📋 copy color: '#01AAB3'

red 1 ◦ green 170 ◦ blue 179

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

Shades of Iris Blue #01AAB3

Tints of Iris Blue #01AAB3

RGB

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

 GREEN value IS 170 (66.8% from 255) = 48.57%

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

R = 0.29%
G = 48.57%
B = 51.14%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#01AAB3 (or 0x01AAB3) is known color: Iris Blue. HEX triplet: 01, AA and B3. RGB value is (1,170,179). Sum of RGB (Red+Green+Blue) = 1+170+179=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 179 (70.31% from 255 or 51.14% from 350); Max value from RGB is 179 - color contains mainly: blue. Hex color #01AAB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AAB3 is #FE554C. Grayscale: #787878. Windows color (decimal): -16667981 or 11774465. OLE color: 11774465.

HSL color Cylindrical-coordinate representation of color #01AAB3: hue angle of 183.03º 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 #01AAB3 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 1 170 179 -
CMYK 0.99 0.05 0 0.30
HSL 183.03º 0.99% 0.35% -
HSV(B) 183.03º 0.99% 0.7% -
XYZ 22.52 32.01 47.64 -
YUV 120.5 161.01 42.77 -
System Red Green Blue C M Y K H S L
Decimal 1 170 179 0.99 0.05 0 0.30 183.03 0.99 0.35
Hex 1 AA B3 63 5 0 1E B7 63 23
Octal 1 252 263 143 5 0 36 267 143 43
Binary 1 10101010 10110011 1100011 101 0 11110 10110111 1100011 100011

Color Harmonies of #01AAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AAB3

Black with #01AAB3

Text Example


Text Example

White with #01AAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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