Html Css Color HEX #01AFB2 Iris Blue

📋 copy color: '#01AFB2'

red 1 ◦ green 175 ◦ blue 178

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

Shades of Iris Blue #01AFB2

Tints of Iris Blue #01AFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 50.28%

R = 0.28%
G = 49.44%
B = 50.28%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#01AFB2 (or 0x01AFB2) is known color: Iris Blue. HEX triplet: 01, AF and B2. RGB value is (1,175,178). Sum of RGB (Red+Green+Blue) = 1+175+178=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 178 (69.92% from 255 or 50.28% from 354); Max value from RGB is 178 - color contains mainly: blue. Hex color #01AFB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AFB2 is #FE504D. Grayscale: #7B7B7B. Windows color (decimal): -16666702 or 11710209. OLE color: 11710209.

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

Color convert

RGB 1 175 178 -
CMYK 0.99 0.02 0 0.30
HSL 181.02º 0.99% 0.35% -
HSV(B) 181.02º 0.99% 0.7% -
XYZ 23.38 33.88 47.43 -
YUV 123.32 158.85 40.76 -
System Red Green Blue C M Y K H S L
Decimal 1 175 178 0.99 0.02 0 0.30 181.02 0.99 0.35
Hex 1 AF B2 63 2 0 1E B5 63 23
Octal 1 257 262 143 2 0 36 265 143 43
Binary 1 10101111 10110010 1100011 10 0 11110 10110101 1100011 100011

Color Harmonies of #01AFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AFB2

Black with #01AFB2

Text Example


Text Example

White with #01AFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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