Html Css Color HEX #00B6BB Iris Blue

📋 copy color: '#00B6BB'

red 0 ◦ green 182 ◦ blue 187

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

Shades of Iris Blue #00B6BB

Tints of Iris Blue #00B6BB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.32%

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

R = 0%
G = 49.32%
B = 50.68%

CMYK

 C value IS 1

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#00B6BB (or 0x00B6BB) is known color: Iris Blue. HEX triplet: 00, B6 and BB. RGB value is (0,182,187). Sum of RGB (Red+Green+Blue) = 0+182+187=369 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 369); Green value is 182 (71.48% from 255 or 49.32% 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 #00B6BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B6BB is #FF4944. Grayscale: #7F7F7F. Windows color (decimal): -16730437 or 12301824. OLE color: 12301824.

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

Color convert

RGB 0 182 187 -
CMYK 1 0.03 0 0.27
HSL 181.6º 1% 0.37% -
HSV(B) 181.6º 1% 0.73% -
XYZ 25.7 37.04 52.81 -
YUV 128.15 161.2 36.59 -
System Red Green Blue C M Y K H S L
Decimal 0 182 187 1 0.03 0 0.27 181.6 1 0.37
Hex 0 B6 BB 64 3 0 1B B6 64 25
Octal 0 266 273 144 3 0 33 266 144 45
Binary 0 10110110 10111011 1100100 11 0 11011 10110110 1100100 100101

Color Harmonies of #00B6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B6BB

Black with #00B6BB

Text Example


Text Example

White with #00B6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,182,187); }

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

background-color css

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

 a { background-color: rgb(0,182,187); }

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

border-color css

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

 span { border-color: rgb(0,182,187); }

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