Html Css Color HEX #03BCC0 Iris Blue

📋 copy color: '#03BCC0'

red 3 ◦ green 188 ◦ blue 192

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

Shades of Iris Blue #03BCC0

Tints of Iris Blue #03BCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.13%

R = 0.78%
G = 49.09%
B = 50.13%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#03BCC0 (or 0x03BCC0) is known color: Iris Blue. HEX triplet: 03, BC and C0. RGB value is (3,188,192). Sum of RGB (Red+Green+Blue) = 3+188+192=383 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #03BCC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BCC0 is #FC433F. Grayscale: #848484. Windows color (decimal): -16532288 or 12631043. OLE color: 12631043.

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

Color convert

RGB 3 188 192 -
CMYK 0.98 0.02 0 0.25
HSL 181.27º 0.97% 0.38% -
HSV(B) 181.27º 0.98% 0.75% -
XYZ 27.54 39.79 56.1 -
YUV 133.14 161.21 35.17 -
System Red Green Blue C M Y K H S L
Decimal 3 188 192 0.98 0.02 0 0.25 181.27 0.97 0.38
Hex 3 BC C0 62 2 0 19 B5 61 26
Octal 3 274 300 142 2 0 31 265 141 46
Binary 11 10111100 11000000 1100010 10 0 11001 10110101 1100001 100110

Color Harmonies of #03BCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BCC0

Black with #03BCC0

Text Example


Text Example

White with #03BCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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