#72AFEF

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

Shades of Jordy Blue #72AFEF

Tints of Jordy Blue #72AFEF

Color information

#72AFEF (or 0x72AFEF) is unknown color: approx Jordy Blue. HEX triplet: 72, AF and EF. RGB value is (114,175,239). Sum of RGB (Red+Green+Blue) = 114+175+239=528 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.59% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #72AFEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72AFEF is #8D5010. Grayscale: #A3A3A3. Windows color (decimal): -9261073 or 15708018. OLE color: 15708018.

HSL color Cylindrical-coordinate representation of color #72AFEF: hue angle of 210.72º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72AFEF is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB114175239-
CMYK0.520.2700.06
HSL210.72º79.62%69.22%-
HSV(B)210.72º52.3%93.73%-
XYZ37.8540.4787.48-
YUV164.06170.2992.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.59%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 239 (93.75% from 255) = 45.27%
R=21.59%
G=33.14%
B=45.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1141752390.520.2700.06210.7279.6269.22
Hex72AFEF341B06d35045
Octal162257357643306323120105
Binary111001010101111111011111101001101101101101001110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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