#03B0BE

Color #03B0BE Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #03B0BE

Tints of Iris Blue #03B0BE

Color information

#03B0BE (or 0x03B0BE) is unknown color: approx Iris Blue. HEX triplet: 03, B0 and BE. RGB value is (3,176,190). Sum of RGB (Red+Green+Blue) = 3+176+190=369 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 369); Green value is 176 (69.14% from 255 or 47.70% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #03B0BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03B0BE is #FC4F41. Grayscale: #7D7D7D. Windows color (decimal): -16535362 or 12496899. OLE color: 12496899.

HSL color Cylindrical-coordinate representation of color #03B0BE: hue angle of 184.49º 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 #03B0BE is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3176190-
CMYK0.980.0700.25
HSL184.49º96.89%37.84%-
HSV(B)184.49º98.42%74.51%-
XYZ24.8634.7954.12-
YUV125.87164.1940.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.81%
GREEN value IS 176 (69.14% from 255) = 47.70%
BLUE value IS 190 (74.61% from 255) = 51.49%
R=0.81%
G=47.70%
B=51.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31761900.980.0700.25184.4996.8937.84
Hex3B0BE627019b86126
Octal3260276142703127014146
Binary1110110000101111101100010111011001101110001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #03B0BE;
 }
 .AnyTagClassName
 {
   color: #03B0BE;
 }
</style>
background-color css

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

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

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

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

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

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