Html Css Color HEX #00BCB9 Iris Blue

📋 copy color: '#00BCB9'

red 0 ◦ green 188 ◦ blue 185

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

Shades of Iris Blue #00BCB9

Tints of Iris Blue #00BCB9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.4%

 BLUE value IS 185 (72.66% from 255) = 49.6%

R = 0%
G = 50.4%
B = 49.6%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#00BCB9 (or 0x00BCB9) is known color: Iris Blue. HEX triplet: 00, BC and B9. RGB value is (0,188,185). Sum of RGB (Red+Green+Blue) = 0+188+185=373 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 185 (72.66% from 255 or 49.60% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #00BCB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BCB9 is #FF4346. Grayscale: #838383. Windows color (decimal): -16728903 or 12172288. OLE color: 12172288.

HSL color Cylindrical-coordinate representation of color #00BCB9: hue angle of 179.04º 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 #00BCB9 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 188 185 -
CMYK 1 0 0.02 0.26
HSL 179.04º 1% 0.37% -
HSV(B) 179.04º 1% 0.74% -
XYZ 26.74 39.47 52.11 -
YUV 131.45 158.22 34.24 -
System Red Green Blue C M Y K H S L
Decimal 0 188 185 1 0 0.02 0.26 179.04 1 0.37
Hex 0 BC B9 64 0 2 1A B3 64 25
Octal 0 274 271 144 0 2 32 263 144 45
Binary 0 10111100 10111001 1100100 0 10 11010 10110011 1100100 100101

Color Harmonies of #00BCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BCB9

Black with #00BCB9

Text Example


Text Example

White with #00BCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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