Html Css Color HEX #00BCBB Iris Blue

📋 copy color: '#00BCBB'

red 0 ◦ green 188 ◦ blue 187

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

Shades of Iris Blue #00BCBB

Tints of Iris Blue #00BCBB

RGB

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

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

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

R = 0%
G = 50.13%
B = 49.87%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#00BCBB (or 0x00BCBB) is known color: Iris Blue. HEX triplet: 00, BC and BB. RGB value is (0,188,187). Sum of RGB (Red+Green+Blue) = 0+188+187=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #00BCBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BCBB is #FF4344. Grayscale: #838383. Windows color (decimal): -16728901 or 12303360. OLE color: 12303360.

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

Color convert

RGB 0 188 187 -
CMYK 1 0 0.01 0.26
HSL 179.68º 1% 0.37% -
HSV(B) 179.68º 1% 0.74% -
XYZ 26.95 39.55 53.23 -
YUV 131.67 159.22 34.08 -
System Red Green Blue C M Y K H S L
Decimal 0 188 187 1 0 0.01 0.26 179.68 1 0.37
Hex 0 BC BB 64 0 1 1A B4 64 25
Octal 0 274 273 144 0 1 32 264 144 45
Binary 0 10111100 10111011 1100100 0 1 11010 10110100 1100100 100101

Color Harmonies of #00BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BCBB

Black with #00BCBB

Text Example


Text Example

White with #00BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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