#72ABF1

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

Shades of Jordy Blue #72ABF1

Tints of Jordy Blue #72ABF1

Color information

#72ABF1 (or 0x72ABF1) is unknown color: approx Jordy Blue. HEX triplet: 72, AB and F1. RGB value is (114,171,241). Sum of RGB (Red+Green+Blue) = 114+171+241=526 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.67% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #72ABF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72ABF1 is #8D540E. Grayscale: #A1A1A1. Windows color (decimal): -9262095 or 15838066. OLE color: 15838066.

HSL color Cylindrical-coordinate representation of color #72ABF1: hue angle of 213.07º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72ABF1 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB114171241-
CMYK0.530.2900.05
HSL213.07º81.94%69.61%-
HSV(B)213.07º52.7%94.51%-
XYZ37.3839.0588.79-
YUV161.94172.6293.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.67%
GREEN value IS 171 (67.19% from 255) = 32.51%
BLUE value IS 241 (94.53% from 255) = 45.82%
R=21.67%
G=32.51%
B=45.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1141712410.530.2900.05213.0781.9469.61
Hex72ABF1351D05d55246
Octal162253361653505325122106
Binary111001010101011111100011101011110101011101010110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,171,241); }

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

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

 a { background-color: rgb(114,171,241); }

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

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

 span { border-color: rgb(114,171,241); }

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