#72ADE4

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

Shades of Jordy Blue #72ADE4

Tints of Jordy Blue #72ADE4

Color information

#72ADE4 (or 0x72ADE4) is unknown color: approx Jordy Blue. HEX triplet: 72, AD and E4. RGB value is (114,173,228). Sum of RGB (Red+Green+Blue) = 114+173+228=515 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.14% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 228 (89.45% from 255 or 44.27% from 515); Max value from RGB is 228 - color contains mainly: blue. Hex color #72ADE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ADE4 is #8D521B. Grayscale: #A1A1A1. Windows color (decimal): -9261596 or 14986610. OLE color: 14986610.

HSL color Cylindrical-coordinate representation of color #72ADE4: hue angle of 208.95º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72ADE4 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB114173228-
CMYK0.500.2400.11
HSL208.95º67.86%67.06%-
HSV(B)208.95º50%89.41%-
XYZ35.8939.0779.05-
YUV161.63165.4594.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.14%
GREEN value IS 173 (67.97% from 255) = 33.59%
BLUE value IS 228 (89.45% from 255) = 44.27%
R=22.14%
G=33.59%
B=44.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1141732280.500.2400.11208.9567.8667.06
Hex72ADE432180Bd14443
Octal1622553446230013321104103
Binary1110010101011011110010011001011000010111101000110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ADE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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