Html Css Color HEX #01C0BF Iris Blue

📋 copy color: '#01C0BF'

red 1 ◦ green 192 ◦ blue 191

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

Shades of Iris Blue #01C0BF

Tints of Iris Blue #01C0BF

RGB

 RED value IS 1 (0.78% from 255) = 0.26%

 GREEN value IS 192 (75.39% from 255) = 50%

 BLUE value IS 191 (75% from 255) = 49.74%

R = 0.26%
G = 50%
B = 49.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#01C0BF (or 0x01C0BF) is known color: Iris Blue. HEX triplet: 01, C0 and BF. RGB value is (1,192,191). Sum of RGB (Red+Green+Blue) = 1+192+191=384 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #01C0BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C0BF is #FE3F40. Grayscale: #868686. Windows color (decimal): -16662337 or 12566529. OLE color: 12566529.

HSL color Cylindrical-coordinate representation of color #01C0BF: hue angle of 179.69º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C0BF is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 192 191 -
CMYK 0.99 0 0.01 0.25
HSL 179.69º 0.99% 0.38% -
HSV(B) 179.69º 0.99% 0.75% -
XYZ 28.27 41.47 55.8 -
YUV 134.78 159.72 32.58 -
System Red Green Blue C M Y K H S L
Decimal 1 192 191 0.99 0 0.01 0.25 179.69 0.99 0.38
Hex 1 C0 BF 63 0 1 19 B4 63 26
Octal 1 300 277 143 0 1 31 264 143 46
Binary 1 11000000 10111111 1100011 0 1 11001 10110100 1100011 100110

Color Harmonies of #01C0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C0BF

Black with #01C0BF

Text Example


Text Example

White with #01C0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01C0BF; }

 p { color: rgb(1,192,191); }

 H1.HeaderClassName
 {
   color: #01C0BF;
 }
 .AnyTagClassName
 {
   color: #01C0BF;
 }
</style>

background-color css

<style>
 a { background-color: #01C0BF; }

 a { background-color: rgb(1,192,191); }

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

border-color css

<style>
 span { border-color: #01C0BF; }

 span { border-color: rgb(1,192,191); }

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