Html Css Color HEX #00B5B7 Iris Blue

📋 copy color: '#00B5B7'

red 0 ◦ green 181 ◦ blue 183

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

Shades of Iris Blue #00B5B7

Tints of Iris Blue #00B5B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 50.27%

R = 0%
G = 49.73%
B = 50.27%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#00B5B7 (or 0x00B5B7) is known color: Iris Blue. HEX triplet: 00, B5 and B7. RGB value is (0,181,183). Sum of RGB (Red+Green+Blue) = 0+181+183=364 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 364); Green value is 181 (71.09% from 255 or 49.73% from 364); Blue value is 183 (71.88% from 255 or 50.27% from 364); Max value from RGB is 183 - color contains mainly: blue. Hex color #00B5B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B5B7 is #FF4A48. Grayscale: #7E7E7E. Windows color (decimal): -16730697 or 12039424. OLE color: 12039424.

HSL color Cylindrical-coordinate representation of color #00B5B7: hue angle of 180.66º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B5B7 is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 0 181 183 -
CMYK 1 0.01 0 0.28
HSL 180.66º 1% 0.36% -
HSV(B) 180.66º 1% 0.72% -
XYZ 25.07 36.47 50.52 -
YUV 127.11 159.53 37.34 -
System Red Green Blue C M Y K H S L
Decimal 0 181 183 1 0.01 0 0.28 180.66 1 0.36
Hex 0 B5 B7 64 1 0 1C B5 64 24
Octal 0 265 267 144 1 0 34 265 144 44
Binary 0 10110101 10110111 1100100 1 0 11100 10110101 1100100 100100

Color Harmonies of #00B5B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B5B7

Black with #00B5B7

Text Example


Text Example

White with #00B5B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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