#03adcb

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

Shades of Iris Blue #03ADCB

Tints of Iris Blue #03ADCB

Color information

#03ADCB (or 0x03ADCB) is unknown color: approx Iris Blue. HEX triplet: 03, AD and CB. RGB value is (3,173,203). Sum of RGB (Red+Green+Blue) = 3+173+203=379 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #03ADCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ADCB is #FC5234. Grayscale: #7D7D7D. Windows color (decimal): -16536117 or 13348099. OLE color: 13348099.

HSL color Cylindrical-coordinate representation of color #03ADCB: hue angle of 189º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ADCB is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3173203-
CMYK0.990.1500.20
HSL189º97.09%40.39%-
HSV(B)189º98.52%79.61%-
XYZ25.7634.2261.75-
YUV125.59171.6840.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.79%
GREEN value IS 173 (67.97% from 255) = 45.65%
BLUE value IS 203 (79.69% from 255) = 53.56%
R=0.79%
G=45.65%
B=53.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal31732030.990.1500.2018997.0940.39
Hex3ADCB63F014bd6128
Octal32553131431702427514150
Binary11101011011100101111000111111010100101111011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03adcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,173,203); }

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

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

 a { background-color: rgb(3,173,203); }

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

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

 span { border-color: rgb(3,173,203); }

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

cancel