Html Css Color HEX #01B5BB Iris Blue

📋 copy color: '#01B5BB'

red 1 ◦ green 181 ◦ blue 187

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

Shades of Iris Blue #01B5BB

Tints of Iris Blue #01B5BB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.05%

 BLUE value IS 187 (73.44% from 255) = 50.68%

R = 0.27%
G = 49.05%
B = 50.68%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#01B5BB (or 0x01B5BB) is known color: Iris Blue. HEX triplet: 01, B5 and BB. RGB value is (1,181,187). Sum of RGB (Red+Green+Blue) = 1+181+187=369 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #01B5BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01B5BB is #FE4A44. Grayscale: #7F7F7F. Windows color (decimal): -16665157 or 12301569. OLE color: 12301569.

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

Color convert

RGB 1 181 187 -
CMYK 0.99 0.03 0 0.27
HSL 181.94º 0.99% 0.37% -
HSV(B) 181.94º 0.99% 0.73% -
XYZ 25.51 36.64 52.74 -
YUV 127.86 161.37 37.51 -
System Red Green Blue C M Y K H S L
Decimal 1 181 187 0.99 0.03 0 0.27 181.94 0.99 0.37
Hex 1 B5 BB 63 3 0 1B B6 63 25
Octal 1 265 273 143 3 0 33 266 143 45
Binary 1 10110101 10111011 1100011 11 0 11011 10110110 1100011 100101

Color Harmonies of #01B5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B5BB

Black with #01B5BB

Text Example


Text Example

White with #01B5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,181,187); }

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

background-color css

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

 a { background-color: rgb(1,181,187); }

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

border-color css

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

 span { border-color: rgb(1,181,187); }

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