Html Css Color HEX #01B1AF Iris Blue

📋 copy color: '#01B1AF'

red 1 ◦ green 177 ◦ blue 175

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

Shades of Iris Blue #01B1AF

Tints of Iris Blue #01B1AF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50.14%

 BLUE value IS 175 (68.75% from 255) = 49.58%

R = 0.28%
G = 50.14%
B = 49.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#01B1AF (or 0x01B1AF) is known color: Iris Blue. HEX triplet: 01, B1 and AF. RGB value is (1,177,175). Sum of RGB (Red+Green+Blue) = 1+177+175=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 177 (69.53% from 255 or 50.14% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 177 - color contains mainly: green. Hex color #01B1AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01B1AF is #FE4E50. Grayscale: #7B7B7B. Windows color (decimal): -16666193 or 11514113. OLE color: 11514113.

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

Color convert

RGB 1 177 175 -
CMYK 0.99 0 0.01 0.31
HSL 179.32º 0.99% 0.35% -
HSV(B) 179.32º 0.99% 0.69% -
XYZ 23.47 34.55 45.99 -
YUV 124.15 156.69 40.16 -
System Red Green Blue C M Y K H S L
Decimal 1 177 175 0.99 0 0.01 0.31 179.32 0.99 0.35
Hex 1 B1 AF 63 0 1 1F B3 63 23
Octal 1 261 257 143 0 1 37 263 143 43
Binary 1 10110001 10101111 1100011 0 1 11111 10110011 1100011 100011

Color Harmonies of #01B1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B1AF

Black with #01B1AF

Text Example


Text Example

White with #01B1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,177,175); }

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

background-color css

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

 a { background-color: rgb(1,177,175); }

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

border-color css

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

 span { border-color: rgb(1,177,175); }

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