Html Css Color HEX #01B9BE Iris Blue

📋 copy color: '#01B9BE'

red 1 ◦ green 185 ◦ blue 190

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

Shades of Iris Blue #01B9BE

Tints of Iris Blue #01B9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.53%

R = 0.27%
G = 49.2%
B = 50.53%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#01B9BE (or 0x01B9BE) is known color: Iris Blue. HEX triplet: 01, B9 and BE. RGB value is (1,185,190). Sum of RGB (Red+Green+Blue) = 1+185+190=376 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #01B9BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01B9BE is #FE4641. Grayscale: #828282. Windows color (decimal): -16664130 or 12499201. OLE color: 12499201.

HSL color Cylindrical-coordinate representation of color #01B9BE: hue angle of 181.59º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B9BE is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 185 190 -
CMYK 0.99 0.03 0 0.25
HSL 181.59º 0.99% 0.37% -
HSV(B) 181.59º 0.99% 0.75% -
XYZ 26.66 38.42 54.73 -
YUV 130.55 161.54 35.59 -
System Red Green Blue C M Y K H S L
Decimal 1 185 190 0.99 0.03 0 0.25 181.59 0.99 0.37
Hex 1 B9 BE 63 3 0 19 B6 63 25
Octal 1 271 276 143 3 0 31 266 143 45
Binary 1 10111001 10111110 1100011 11 0 11001 10110110 1100011 100101

Color Harmonies of #01B9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B9BE

Black with #01B9BE

Text Example


Text Example

White with #01B9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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