#72A1CB

Color #72A1CB Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #72A1CB

Tints of Picton Blue #72A1CB

Color information

#72A1CB (or 0x72A1CB) is unknown color: approx Picton Blue. HEX triplet: 72, A1 and CB. RGB value is (114,161,203). Sum of RGB (Red+Green+Blue) = 114+161+203=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #72A1CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A1CB is #8D5E34. Grayscale: #979797. Windows color (decimal): -9264693 or 13345138. OLE color: 13345138.

HSL color Cylindrical-coordinate representation of color #72A1CB: hue angle of 208.31º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72A1CB is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB114161203-
CMYK0.440.2100.20
HSL208.31º46.11%62.16%-
HSV(B)208.31º43.84%79.61%-
XYZ30.4633.3861.34-
YUV151.73156.93101.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.85%
GREEN value IS 161 (63.28% from 255) = 33.68%
BLUE value IS 203 (79.69% from 255) = 42.47%
R=23.85%
G=33.68%
B=42.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1141612030.440.2100.20208.3146.1162.16
Hex72A1CB2C15014d02e3e
Octal16224131354250243205676
Binary111001010100001110010111011001010101010011010000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72A1CB; }

 p { color: rgb(114,161,203); }

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

<style>
 a { background-color: #72A1CB; }

 a { background-color: rgb(114,161,203); }

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

<style>
 span { border-color: #72A1CB; }

 span { border-color: rgb(114,161,203); }

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