#03AFB1

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

Shades of Iris Blue #03AFB1

Tints of Iris Blue #03AFB1

Color information

#03AFB1 (or 0x03AFB1) is unknown color: approx Iris Blue. HEX triplet: 03, AF and B1. RGB value is (3,175,177). Sum of RGB (Red+Green+Blue) = 3+175+177=355 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 177 (69.53% from 255 or 49.86% from 355); Max value from RGB is 177 - color contains mainly: blue. Hex color #03AFB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03AFB1 is #FC504E. Grayscale: #7B7B7B. Windows color (decimal): -16535631 or 11644675. OLE color: 11644675.

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

Color convert

RGB3175177-
CMYK0.980.0100.31
HSL180.69º96.67%35.29%-
HSV(B)180.69º98.31%69.41%-
XYZ23.333.8546.9-
YUV123.8158.0241.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.85%
GREEN value IS 175 (68.75% from 255) = 49.30%
BLUE value IS 177 (69.53% from 255) = 49.86%
R=0.85%
G=49.30%
B=49.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31751770.980.0100.31180.6996.6735.29
Hex3AFB162101Fb56123
Octal3257261142103726514143
Binary11101011111011000111000101011111101101011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,175,177); }

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

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

 a { background-color: rgb(3,175,177); }

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

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

 span { border-color: rgb(3,175,177); }

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