Html Css Color HEX #00B3BA Iris Blue

📋 copy color: '#00B3BA'

red 0 ◦ green 179 ◦ blue 186

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

Shades of Iris Blue #00B3BA

Tints of Iris Blue #00B3BA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.04%

 BLUE value IS 186 (73.05% from 255) = 50.96%

R = 0%
G = 49.04%
B = 50.96%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#00B3BA (or 0x00B3BA) is known color: Iris Blue. HEX triplet: 00, B3 and BA. RGB value is (0,179,186). Sum of RGB (Red+Green+Blue) = 0+179+186=365 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #00B3BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B3BA is #FF4C45. Grayscale: #7E7E7E. Windows color (decimal): -16731206 or 12235520. OLE color: 12235520.

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

Color convert

RGB 0 179 186 -
CMYK 1 0.04 0 0.27
HSL 182.26º 1% 0.36% -
HSV(B) 182.26º 1% 0.73% -
XYZ 24.98 35.79 52.04 -
YUV 126.28 161.7 37.93 -
System Red Green Blue C M Y K H S L
Decimal 0 179 186 1 0.04 0 0.27 182.26 1 0.36
Hex 0 B3 BA 64 4 0 1B B6 64 24
Octal 0 263 272 144 4 0 33 266 144 44
Binary 0 10110011 10111010 1100100 100 0 11011 10110110 1100100 100100

Color Harmonies of #00B3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B3BA

Black with #00B3BA

Text Example


Text Example

White with #00B3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,179,186); }

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

background-color css

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

 a { background-color: rgb(0,179,186); }

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

border-color css

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

 span { border-color: rgb(0,179,186); }

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