#03B6B4

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

Shades of Iris Blue #03B6B4

Tints of Iris Blue #03B6B4

Color information

#03B6B4 (or 0x03B6B4) is unknown color: approx Iris Blue. HEX triplet: 03, B6 and B4. RGB value is (3,182,180). Sum of RGB (Red+Green+Blue) = 3+182+180=365 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 365); Green value is 182 (71.48% from 255 or 49.86% from 365); Blue value is 180 (70.70% from 255 or 49.32% from 365); Max value from RGB is 182 - color contains mainly: green. Hex color #03B6B4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03B6B4 is #FC494B. Grayscale: #808080. Windows color (decimal): -16533836 or 11843075. OLE color: 11843075.

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

Color convert

RGB3182180-
CMYK0.9800.010.29
HSL179.33º96.76%36.27%-
HSV(B)179.33º98.35%71.37%-
XYZ2536.7748.96-
YUV128.25157.238.66-

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.86%
BLUE value IS 180 (70.70% from 255) = 49.32%
R=0.82%
G=49.86%
B=49.32%

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
Decimal31821800.9800.010.29179.3396.7636.27
Hex3B6B462011Db36124
Octal3266264142013526314144
Binary11101101101011010011000100111101101100111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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