#72adeb

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

Shades of Jordy Blue #72ADEB

Tints of Jordy Blue #72ADEB

Color information

#72ADEB (or 0x72ADEB) is unknown color: approx Jordy Blue. HEX triplet: 72, AD and EB. RGB value is (114,173,235). Sum of RGB (Red+Green+Blue) = 114+173+235=522 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.84% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #72ADEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72ADEB is #8D5214. Grayscale: #A2A2A2. Windows color (decimal): -9261589 or 15445362. OLE color: 15445362.

HSL color Cylindrical-coordinate representation of color #72ADEB: hue angle of 210.74º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72ADEB is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114173235-
CMYK0.510.2600.08
HSL210.74º75.16%68.43%-
HSV(B)210.74º51.49%92.16%-
XYZ36.8839.4684.27-
YUV162.43168.9593.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.84%
GREEN value IS 173 (67.97% from 255) = 33.14%
BLUE value IS 235 (92.19% from 255) = 45.02%
R=21.84%
G=33.14%
B=45.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1141732350.510.2600.08210.7475.1668.43
Hex72ADEB331A08d34b44
Octal1622553536332010323113104
Binary1110010101011011110101111001111010010001101001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72adeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,173,235); }

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

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

 a { background-color: rgb(114,173,235); }

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

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

 span { border-color: rgb(114,173,235); }

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