Html Css Color HEX #01AAB7 Iris Blue

📋 copy color: '#01AAB7'

red 1 ◦ green 170 ◦ blue 183

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

Shades of Iris Blue #01AAB7

Tints of Iris Blue #01AAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 51.69%

R = 0.28%
G = 48.02%
B = 51.69%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#01AAB7 (or 0x01AAB7) is known color: Iris Blue. HEX triplet: 01, AA and B7. RGB value is (1,170,183). Sum of RGB (Red+Green+Blue) = 1+170+183=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 183 (71.88% from 255 or 51.69% from 354); Max value from RGB is 183 - color contains mainly: blue. Hex color #01AAB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AAB7 is #FE5548. Grayscale: #787878. Windows color (decimal): -16667977 or 12036609. OLE color: 12036609.

HSL color Cylindrical-coordinate representation of color #01AAB7: hue angle of 184.29º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AAB7 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 1 170 183 -
CMYK 0.99 0.07 0 0.28
HSL 184.29º 0.99% 0.36% -
HSV(B) 184.29º 0.99% 0.72% -
XYZ 22.93 32.17 49.8 -
YUV 120.95 163.01 42.44 -
System Red Green Blue C M Y K H S L
Decimal 1 170 183 0.99 0.07 0 0.28 184.29 0.99 0.36
Hex 1 AA B7 63 7 0 1C B8 63 24
Octal 1 252 267 143 7 0 34 270 143 44
Binary 1 10101010 10110111 1100011 111 0 11100 10111000 1100011 100100

Color Harmonies of #01AAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AAB7

Black with #01AAB7

Text Example


Text Example

White with #01AAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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