#03BCDF

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

Shades of Iris Blue #03BCDF

Tints of Iris Blue #03BCDF

Color information

#03BCDF (or 0x03BCDF) is unknown color: approx Iris Blue. HEX triplet: 03, BC and DF. RGB value is (3,188,223). Sum of RGB (Red+Green+Blue) = 3+188+223=414 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #03BCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BCDF is #FC4320. Grayscale: #888888. Windows color (decimal): -16532257 or 14662659. OLE color: 14662659.

HSL color Cylindrical-coordinate representation of color #03BCDF: hue angle of 189.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BCDF is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3188223-
CMYK0.990.1600.13
HSL189.55º97.35%44.31%-
HSV(B)189.55º98.65%87.45%-
XYZ31.3441.3176.13-
YUV136.68176.7132.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.72%
GREEN value IS 188 (73.83% from 255) = 45.41%
BLUE value IS 223 (87.5% from 255) = 53.86%
R=0.72%
G=45.41%
B=53.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal31882230.990.1600.13189.5597.3544.31
Hex3BCDF63100Dbe612c
Octal32743371432001527614154
Binary11101111001101111111000111000001101101111101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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