Html Css Color HEX #01AFB1 Iris Blue

📋 copy color: '#01AFB1'

red 1 ◦ green 175 ◦ blue 177

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

Shades of Iris Blue #01AFB1

Tints of Iris Blue #01AFB1

RGB

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

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

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

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

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

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

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

Color convert

RGB 1 175 177 -
CMYK 0.99 0.01 0 0.31
HSL 180.68º 0.99% 0.35% -
HSV(B) 180.68º 0.99% 0.69% -
XYZ 23.28 33.84 46.9 -
YUV 123.2 158.35 40.84 -
System Red Green Blue C M Y K H S L
Decimal 1 175 177 0.99 0.01 0 0.31 180.68 0.99 0.35
Hex 1 AF B1 63 1 0 1F B5 63 23
Octal 1 257 261 143 1 0 37 265 143 43
Binary 1 10101111 10110001 1100011 1 0 11111 10110101 1100011 100011

Color Harmonies of #01AFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AFB1

Black with #01AFB1

Text Example


Text Example

White with #01AFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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