Html Css Color HEX #00BCC1 Iris Blue

📋 copy color: '#00BCC1'

red 0 ◦ green 188 ◦ blue 193

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

Shades of Iris Blue #00BCC1

Tints of Iris Blue #00BCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50.66%

R = 0%
G = 49.34%
B = 50.66%

CMYK

 C value IS 1

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#00BCC1 (or 0x00BCC1) is known color: Iris Blue. HEX triplet: 00, BC and C1. RGB value is (0,188,193). Sum of RGB (Red+Green+Blue) = 0+188+193=381 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 193 (75.78% from 255 or 50.66% from 381); Max value from RGB is 193 - color contains mainly: blue. Hex color #00BCC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BCC1 is #FF433E. Grayscale: #848484. Windows color (decimal): -16728895 or 12696576. OLE color: 12696576.

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

Color convert

RGB 0 188 193 -
CMYK 1 0.03 0 0.24
HSL 181.55º 1% 0.38% -
HSV(B) 181.55º 1% 0.76% -
XYZ 27.61 39.82 56.68 -
YUV 132.36 162.22 33.59 -
System Red Green Blue C M Y K H S L
Decimal 0 188 193 1 0.03 0 0.24 181.55 1 0.38
Hex 0 BC C1 64 3 0 18 B6 64 26
Octal 0 274 301 144 3 0 30 266 144 46
Binary 0 10111100 11000001 1100100 11 0 11000 10110110 1100100 100110

Color Harmonies of #00BCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BCC1

Black with #00BCC1

Text Example


Text Example

White with #00BCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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