Html Css Color HEX #00B2BC Iris Blue

📋 copy color: '#00B2BC'

red 0 ◦ green 178 ◦ blue 188

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

Shades of Iris Blue #00B2BC

Tints of Iris Blue #00B2BC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.63%

 BLUE value IS 188 (73.83% from 255) = 51.37%

R = 0%
G = 48.63%
B = 51.37%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#00B2BC (or 0x00B2BC) is known color: Iris Blue. HEX triplet: 00, B2 and BC. RGB value is (0,178,188). Sum of RGB (Red+Green+Blue) = 0+178+188=366 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #00B2BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00B2BC is #FF4D43. Grayscale: #7D7D7D. Windows color (decimal): -16731460 or 12366336. OLE color: 12366336.

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

Color convert

RGB 0 178 188 -
CMYK 1 0.05 0 0.26
HSL 183.19º 1% 0.37% -
HSV(B) 183.19º 1% 0.74% -
XYZ 25 35.47 53.11 -
YUV 125.92 163.03 38.19 -
System Red Green Blue C M Y K H S L
Decimal 0 178 188 1 0.05 0 0.26 183.19 1 0.37
Hex 0 B2 BC 64 5 0 1A B7 64 25
Octal 0 262 274 144 5 0 32 267 144 45
Binary 0 10110010 10111100 1100100 101 0 11010 10110111 1100100 100101

Color Harmonies of #00B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B2BC

Black with #00B2BC

Text Example


Text Example

White with #00B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,178,188); }

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

background-color css

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

 a { background-color: rgb(0,178,188); }

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

border-color css

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

 span { border-color: rgb(0,178,188); }

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