Html Css Color HEX #01C0B7 Iris Blue

📋 copy color: '#01C0B7'

red 1 ◦ green 192 ◦ blue 183

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

Shades of Iris Blue #01C0B7

Tints of Iris Blue #01C0B7

RGB

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

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

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

R = 0.27%
G = 51.06%
B = 48.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#01C0B7 (or 0x01C0B7) is known color: Iris Blue. HEX triplet: 01, C0 and B7. RGB value is (1,192,183). Sum of RGB (Red+Green+Blue) = 1+192+183=376 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 376); Green value is 192 (75.39% from 255 or 51.06% from 376); Blue value is 183 (71.88% from 255 or 48.67% from 376); Max value from RGB is 192 - color contains mainly: green. Hex color #01C0B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C0B7 is #FE3F48. Grayscale: #858585. Windows color (decimal): -16662345 or 12042241. OLE color: 12042241.

HSL color Cylindrical-coordinate representation of color #01C0B7: hue angle of 177.17º 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 #01C0B7 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 192 183 -
CMYK 0.99 0 0.05 0.25
HSL 177.17º 0.99% 0.38% -
HSV(B) 177.17º 0.99% 0.75% -
XYZ 27.41 41.12 51.29 -
YUV 133.87 155.72 33.23 -
System Red Green Blue C M Y K H S L
Decimal 1 192 183 0.99 0 0.05 0.25 177.17 0.99 0.38
Hex 1 C0 B7 63 0 5 19 B1 63 26
Octal 1 300 267 143 0 5 31 261 143 46
Binary 1 11000000 10110111 1100011 0 101 11001 10110001 1100011 100110

Color Harmonies of #01C0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C0B7

Black with #01C0B7

Text Example


Text Example

White with #01C0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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