#72AFDF

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

Shades of Jordy Blue #72AFDF

Tints of Jordy Blue #72AFDF

Color information

#72AFDF (or 0x72AFDF) is unknown color: approx Jordy Blue. HEX triplet: 72, AF and DF. RGB value is (114,175,223). Sum of RGB (Red+Green+Blue) = 114+175+223=512 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.27% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #72AFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AFDF is #8D5020. Grayscale: #A1A1A1. Windows color (decimal): -9261089 or 14659442. OLE color: 14659442.

HSL color Cylindrical-coordinate representation of color #72AFDF: hue angle of 206.42º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72AFDF is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114175223-
CMYK0.490.2200.13
HSL206.42º63.01%66.08%-
HSV(B)206.42º48.88%87.45%-
XYZ35.5939.5775.57-
YUV162.23162.2993.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.27%
GREEN value IS 175 (68.75% from 255) = 34.18%
BLUE value IS 223 (87.5% from 255) = 43.55%
R=22.27%
G=34.18%
B=43.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141752230.490.2200.13206.4263.0166.08
Hex72AFDF31160Dce3f42
Octal162257337612601531677102
Binary111001010101111110111111100011011001101110011101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,175,223); }

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

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

 a { background-color: rgb(114,175,223); }

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

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

 span { border-color: rgb(114,175,223); }

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