#72AFDB

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

Shades of Jordy Blue #72AFDB

Tints of Jordy Blue #72AFDB

Color information

#72AFDB (or 0x72AFDB) is unknown color: approx Jordy Blue. HEX triplet: 72, AF and DB. RGB value is (114,175,219). Sum of RGB (Red+Green+Blue) = 114+175+219=508 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.44% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #72AFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AFDB is #8D5024. Grayscale: #A1A1A1. Windows color (decimal): -9261093 or 14397298. OLE color: 14397298.

HSL color Cylindrical-coordinate representation of color #72AFDB: hue angle of 205.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72AFDB is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB114175219-
CMYK0.480.2000.14
HSL205.14º59.32%65.29%-
HSV(B)205.14º47.95%85.88%-
XYZ35.0639.3572.77-
YUV161.78160.2993.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.44%
GREEN value IS 175 (68.75% from 255) = 34.45%
BLUE value IS 219 (85.94% from 255) = 43.11%
R=22.44%
G=34.45%
B=43.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1141752190.480.2000.14205.1459.3265.29
Hex72AFDB30140Ecd3b41
Octal162257333602401631573101
Binary111001010101111110110111100001010001110110011011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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