Html Css Color HEX #00BCB7 Iris Blue

📋 copy color: '#00BCB7'

red 0 ◦ green 188 ◦ blue 183

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

Shades of Iris Blue #00BCB7

Tints of Iris Blue #00BCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 49.33%

R = 0%
G = 50.67%
B = 49.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#00BCB7 (or 0x00BCB7) is known color: Iris Blue. HEX triplet: 00, BC and B7. RGB value is (0,188,183). Sum of RGB (Red+Green+Blue) = 0+188+183=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 183 (71.88% from 255 or 49.33% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #00BCB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BCB7 is #FF4348. Grayscale: #838383. Windows color (decimal): -16728905 or 12041216. OLE color: 12041216.

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

Color convert

RGB 0 188 183 -
CMYK 1 0 0.03 0.26
HSL 178.4º 1% 0.37% -
HSV(B) 178.4º 1% 0.74% -
XYZ 26.53 39.39 51 -
YUV 131.22 157.22 34.41 -
System Red Green Blue C M Y K H S L
Decimal 0 188 183 1 0 0.03 0.26 178.4 1 0.37
Hex 0 BC B7 64 0 3 1A B2 64 25
Octal 0 274 267 144 0 3 32 262 144 45
Binary 0 10111100 10110111 1100100 0 11 11010 10110010 1100100 100101

Color Harmonies of #00BCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BCB7

Black with #00BCB7

Text Example


Text Example

White with #00BCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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