Html Css Color HEX #00B6C2 Iris Blue

📋 copy color: '#00B6C2'

red 0 ◦ green 182 ◦ blue 194

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

Shades of Iris Blue #00B6C2

Tints of Iris Blue #00B6C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 51.6%

R = 0%
G = 48.4%
B = 51.6%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#00B6C2 (or 0x00B6C2) is known color: Iris Blue. HEX triplet: 00, B6 and C2. RGB value is (0,182,194). Sum of RGB (Red+Green+Blue) = 0+182+194=376 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 376); Green value is 182 (71.48% from 255 or 48.40% from 376); Blue value is 194 (76.17% from 255 or 51.60% from 376); Max value from RGB is 194 - color contains mainly: blue. Hex color #00B6C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B6C2 is #FF493D. Grayscale: #808080. Windows color (decimal): -16730430 or 12760576. OLE color: 12760576.

HSL color Cylindrical-coordinate representation of color #00B6C2: hue angle of 183.71º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B6C2 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 0 182 194 -
CMYK 1 0.06 0 0.24
HSL 183.71º 1% 0.38% -
HSV(B) 183.71º 1% 0.76% -
XYZ 26.47 37.35 56.85 -
YUV 128.95 164.7 36.02 -
System Red Green Blue C M Y K H S L
Decimal 0 182 194 1 0.06 0 0.24 183.71 1 0.38
Hex 0 B6 C2 64 6 0 18 B8 64 26
Octal 0 266 302 144 6 0 30 270 144 46
Binary 0 10110110 11000010 1100100 110 0 11000 10111000 1100100 100110

Color Harmonies of #00B6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B6C2

Black with #00B6C2

Text Example


Text Example

White with #00B6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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