Html Css Color HEX #03B0C5 Iris Blue

📋 copy color: '#03B0C5'

red 3 ◦ green 176 ◦ blue 197

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

Shades of Iris Blue #03B0C5

Tints of Iris Blue #03B0C5

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.81%

 BLUE value IS 197 (77.34% from 255) = 52.39%

R = 0.8%
G = 46.81%
B = 52.39%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#03B0C5 (or 0x03B0C5) is known color: Iris Blue. HEX triplet: 03, B0 and C5. RGB value is (3,176,197). Sum of RGB (Red+Green+Blue) = 3+176+197=376 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 376); Green value is 176 (69.14% from 255 or 46.81% from 376); Blue value is 197 (77.34% from 255 or 52.39% from 376); Max value from RGB is 197 - color contains mainly: blue. Hex color #03B0C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03B0C5 is #FC4F3A. Grayscale: #7E7E7E. Windows color (decimal): -16535355 or 12955651. OLE color: 12955651.

HSL color Cylindrical-coordinate representation of color #03B0C5: hue angle of 186.49º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B0C5 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 3 176 197 -
CMYK 0.98 0.11 0 0.23
HSL 186.49º 0.97% 0.39% -
HSV(B) 186.49º 0.98% 0.77% -
XYZ 25.64 35.1 58.25 -
YUV 126.67 167.69 39.79 -
System Red Green Blue C M Y K H S L
Decimal 3 176 197 0.98 0.11 0 0.23 186.49 0.97 0.39
Hex 3 B0 C5 62 B 0 17 BA 61 27
Octal 3 260 305 142 13 0 27 272 141 47
Binary 11 10110000 11000101 1100010 1011 0 10111 10111010 1100001 100111

Color Harmonies of #03B0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B0C5

Black with #03B0C5

Text Example


Text Example

White with #03B0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,176,197); }

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

background-color css

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

 a { background-color: rgb(3,176,197); }

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

border-color css

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

 span { border-color: rgb(3,176,197); }

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