Html Css Color HEX #01B8BE Iris Blue

📋 copy color: '#01B8BE'

red 1 ◦ green 184 ◦ blue 190

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

Shades of Iris Blue #01B8BE

Tints of Iris Blue #01B8BE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.07%

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

R = 0.27%
G = 49.07%
B = 50.67%

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

#01B8BE (or 0x01B8BE) is known color: Iris Blue. HEX triplet: 01, B8 and BE. RGB value is (1,184,190). Sum of RGB (Red+Green+Blue) = 1+184+190=375 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #01B8BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01B8BE is #FE4741. Grayscale: #818181. Windows color (decimal): -16664386 or 12498945. OLE color: 12498945.

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

Color convert

RGB 1 184 190 -
CMYK 0.99 0.03 0 0.25
HSL 181.9º 0.99% 0.37% -
HSV(B) 181.9º 0.99% 0.75% -
XYZ 26.45 38.01 54.66 -
YUV 129.97 161.87 36.01 -
System Red Green Blue C M Y K H S L
Decimal 1 184 190 0.99 0.03 0 0.25 181.9 0.99 0.37
Hex 1 B8 BE 63 3 0 19 B6 63 25
Octal 1 270 276 143 3 0 31 266 143 45
Binary 1 10111000 10111110 1100011 11 0 11001 10110110 1100011 100101

Color Harmonies of #01B8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B8BE

Black with #01B8BE

Text Example


Text Example

White with #01B8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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