#72A3D1

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

Shades of Jordy Blue #72A3D1

Tints of Jordy Blue #72A3D1

Color information

#72A3D1 (or 0x72A3D1) is unknown color: approx Jordy Blue. HEX triplet: 72, A3 and D1. RGB value is (114,163,209). Sum of RGB (Red+Green+Blue) = 114+163+209=486 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.46% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #72A3D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A3D1 is #8D5C2E. Grayscale: #999999. Windows color (decimal): -9264175 or 13738866. OLE color: 13738866.

HSL color Cylindrical-coordinate representation of color #72A3D1: hue angle of 209.05º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72A3D1 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB114163209-
CMYK0.450.2200.18
HSL209.05º50.8%63.33%-
HSV(B)209.05º45.45%81.96%-
XYZ31.5534.3865.29-
YUV153.59159.2799.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.46%
GREEN value IS 163 (64.06% from 255) = 33.54%
BLUE value IS 209 (82.03% from 255) = 43.00%
R=23.46%
G=33.54%
B=43.00%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1141632090.450.2200.18209.0550.863.33
Hex72A3D12D16012d1333f
Octal16224332155260223216377
Binary111001010100011110100011011011011001001011010001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,163,209); }

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

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

 a { background-color: rgb(114,163,209); }

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

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

 span { border-color: rgb(114,163,209); }

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