Html Css Color HEX #01B0BE Iris Blue

📋 copy color: '#01B0BE'

red 1 ◦ green 176 ◦ blue 190

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

Shades of Iris Blue #01B0BE

Tints of Iris Blue #01B0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.96%

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

R = 0.27%
G = 47.96%
B = 51.77%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#01B0BE (or 0x01B0BE) is known color: Iris Blue. HEX triplet: 01, B0 and BE. RGB value is (1,176,190). Sum of RGB (Red+Green+Blue) = 1+176+190=367 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #01B0BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01B0BE is #FE4F41. Grayscale: #7D7D7D. Windows color (decimal): -16666434 or 12496897. OLE color: 12496897.

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

Color convert

RGB 1 176 190 -
CMYK 0.99 0.07 0 0.25
HSL 184.44º 0.99% 0.37% -
HSV(B) 184.44º 0.99% 0.75% -
XYZ 24.83 34.77 54.12 -
YUV 125.27 164.52 39.36 -
System Red Green Blue C M Y K H S L
Decimal 1 176 190 0.99 0.07 0 0.25 184.44 0.99 0.37
Hex 1 B0 BE 63 7 0 19 B8 63 25
Octal 1 260 276 143 7 0 31 270 143 45
Binary 1 10110000 10111110 1100011 111 0 11001 10111000 1100011 100101

Color Harmonies of #01B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B0BE

Black with #01B0BE

Text Example


Text Example

White with #01B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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