Html Css Color HEX #00B5BF Iris Blue

📋 copy color: '#00B5BF'

red 0 ◦ green 181 ◦ blue 191

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

Shades of Iris Blue #00B5BF

Tints of Iris Blue #00B5BF

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 191 (75% from 255) = 51.34%

R = 0%
G = 48.66%
B = 51.34%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#00B5BF (or 0x00B5BF) is known color: Iris Blue. HEX triplet: 00, B5 and BF. RGB value is (0,181,191). Sum of RGB (Red+Green+Blue) = 0+181+191=372 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 372); Green value is 181 (71.09% from 255 or 48.66% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #00B5BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B5BF is #FF4A40. Grayscale: #7F7F7F. Windows color (decimal): -16730689 or 12563712. OLE color: 12563712.

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

Color convert

RGB 0 181 191 -
CMYK 1 0.05 0 0.25
HSL 183.14º 1% 0.37% -
HSV(B) 183.14º 1% 0.75% -
XYZ 25.93 36.81 55.03 -
YUV 128.02 163.53 36.69 -
System Red Green Blue C M Y K H S L
Decimal 0 181 191 1 0.05 0 0.25 183.14 1 0.37
Hex 0 B5 BF 64 5 0 19 B7 64 25
Octal 0 265 277 144 5 0 31 267 144 45
Binary 0 10110101 10111111 1100100 101 0 11001 10110111 1100100 100101

Color Harmonies of #00B5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B5BF

Black with #00B5BF

Text Example


Text Example

White with #00B5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00B5BF; }

 p { color: rgb(0,181,191); }

 H1.HeaderClassName
 {
   color: #00B5BF;
 }
 .AnyTagClassName
 {
   color: #00B5BF;
 }
</style>

background-color css

<style>
 a { background-color: #00B5BF; }

 a { background-color: rgb(0,181,191); }

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

border-color css

<style>
 span { border-color: #00B5BF; }

 span { border-color: rgb(0,181,191); }

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