Html Css Color HEX #03C0C1 Iris Blue

📋 copy color: '#03C0C1'

red 3 ◦ green 192 ◦ blue 193

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

Shades of Iris Blue #03C0C1

Tints of Iris Blue #03C0C1

RGB

 RED value IS 3 (1.56% from 255) = 0.77%

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

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

R = 0.77%
G = 49.48%
B = 49.74%

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#03C0C1 (or 0x03C0C1) is known color: Iris Blue. HEX triplet: 03, C0 and C1. RGB value is (3,192,193). Sum of RGB (Red+Green+Blue) = 3+192+193=388 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #03C0C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03C0C1 is #FC3F3E. Grayscale: #878787. Windows color (decimal): -16531263 or 12697603. OLE color: 12697603.

HSL color Cylindrical-coordinate representation of color #03C0C1: hue angle of 180.32º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C0C1 is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 192 193 -
CMYK 0.98 0.01 0 0.24
HSL 180.32º 0.97% 0.38% -
HSV(B) 180.32º 0.98% 0.76% -
XYZ 28.51 41.57 56.97 -
YUV 135.6 160.38 33.42 -
System Red Green Blue C M Y K H S L
Decimal 3 192 193 0.98 0.01 0 0.24 180.32 0.97 0.38
Hex 3 C0 C1 62 1 0 18 B4 61 26
Octal 3 300 301 142 1 0 30 264 141 46
Binary 11 11000000 11000001 1100010 1 0 11000 10110100 1100001 100110

Color Harmonies of #03C0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C0C1

Black with #03C0C1

Text Example


Text Example

White with #03C0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03C0C1; }

 p { color: rgb(3,192,193); }

 H1.HeaderClassName
 {
   color: #03C0C1;
 }
 .AnyTagClassName
 {
   color: #03C0C1;
 }
</style>

background-color css

<style>
 a { background-color: #03C0C1; }

 a { background-color: rgb(3,192,193); }

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

border-color css

<style>
 span { border-color: #03C0C1; }

 span { border-color: rgb(3,192,193); }

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