#03B6B5

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

Shades of Iris Blue #03B6B5

Tints of Iris Blue #03B6B5

Color information

#03B6B5 (or 0x03B6B5) is unknown color: approx Iris Blue. HEX triplet: 03, B6 and B5. RGB value is (3,182,181). Sum of RGB (Red+Green+Blue) = 3+182+181=366 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 181 (71.09% from 255 or 49.45% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #03B6B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03B6B5 is #FC494A. Grayscale: #808080. Windows color (decimal): -16533835 or 11908611. OLE color: 11908611.

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

Color convert

RGB3182181-
CMYK0.9800.010.29
HSL179.66º96.76%36.27%-
HSV(B)179.66º98.35%71.37%-
XYZ25.1136.8149.5-
YUV128.36157.738.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.82%
GREEN value IS 182 (71.48% from 255) = 49.73%
BLUE value IS 181 (71.09% from 255) = 49.45%
R=0.82%
G=49.73%
B=49.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31821810.9800.010.29179.6696.7636.27
Hex3B6B562011Db46124
Octal3266265142013526414144
Binary11101101101011010111000100111101101101001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,182,181); }

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

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

 a { background-color: rgb(3,182,181); }

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

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

 span { border-color: rgb(3,182,181); }

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