Html Css Color HEX #01C0C3 Iris Blue

📋 copy color: '#01C0C3'

red 1 ◦ green 192 ◦ blue 195

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

Shades of Iris Blue #01C0C3

Tints of Iris Blue #01C0C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 50.26%

R = 0.26%
G = 49.48%
B = 50.26%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#01C0C3 (or 0x01C0C3) is known color: Iris Blue. HEX triplet: 01, C0 and C3. RGB value is (1,192,195). Sum of RGB (Red+Green+Blue) = 1+192+195=388 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 195 (76.56% from 255 or 50.26% from 388); Max value from RGB is 195 - color contains mainly: blue. Hex color #01C0C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C0C3 is #FE3F3C. Grayscale: #878787. Windows color (decimal): -16662333 or 12828673. OLE color: 12828673.

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

Color convert

RGB 1 192 195 -
CMYK 0.99 0.02 0 0.24
HSL 180.93º 0.99% 0.38% -
HSV(B) 180.93º 0.99% 0.76% -
XYZ 28.71 41.65 58.15 -
YUV 135.23 161.72 32.26 -
System Red Green Blue C M Y K H S L
Decimal 1 192 195 0.99 0.02 0 0.24 180.93 0.99 0.38
Hex 1 C0 C3 63 2 0 18 B5 63 26
Octal 1 300 303 143 2 0 30 265 143 46
Binary 1 11000000 11000011 1100011 10 0 11000 10110101 1100011 100110

Color Harmonies of #01C0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C0C3

Black with #01C0C3

Text Example


Text Example

White with #01C0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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