Html Css Color HEX #01B9AF Iris Blue

📋 copy color: '#01B9AF'

red 1 ◦ green 185 ◦ blue 175

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

Shades of Iris Blue #01B9AF

Tints of Iris Blue #01B9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.25%

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

R = 0.28%
G = 51.25%
B = 48.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#01B9AF (or 0x01B9AF) is known color: Iris Blue. HEX triplet: 01, B9 and AF. RGB value is (1,185,175). Sum of RGB (Red+Green+Blue) = 1+185+175=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 185 (72.66% from 255 or 51.25% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 185 - color contains mainly: green. Hex color #01B9AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B9AF is #FE4650. Grayscale: #808080. Windows color (decimal): -16664145 or 11516161. OLE color: 11516161.

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

Color convert

RGB 1 185 175 -
CMYK 0.99 0 0.05 0.27
HSL 176.74º 0.99% 0.36% -
HSV(B) 176.74º 0.99% 0.73% -
XYZ 25.1 37.8 46.53 -
YUV 128.84 154.04 36.81 -
System Red Green Blue C M Y K H S L
Decimal 1 185 175 0.99 0 0.05 0.27 176.74 0.99 0.36
Hex 1 B9 AF 63 0 5 1B B1 63 24
Octal 1 271 257 143 0 5 33 261 143 44
Binary 1 10111001 10101111 1100011 0 101 11011 10110001 1100011 100100

Color Harmonies of #01B9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B9AF

Black with #01B9AF

Text Example


Text Example

White with #01B9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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