#7FADD9

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

Shades of Jordy Blue #7FADD9

Tints of Jordy Blue #7FADD9

Color information

#7FADD9 (or 0x7FADD9) is unknown color: approx Jordy Blue. HEX triplet: 7F, AD and D9. RGB value is (127,173,217). Sum of RGB (Red+Green+Blue) = 127+173+217=517 (68% of max value = 765). Red value is 127 (50% from 255 or 24.56% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #7FADD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FADD9 is #805226. Grayscale: #A4A4A4. Windows color (decimal): -8409639 or 14265727. OLE color: 14265727.

HSL color Cylindrical-coordinate representation of color #7FADD9: hue angle of 209.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FADD9 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB127173217-
CMYK0.410.2000.15
HSL209.33º54.22%67.45%-
HSV(B)209.33º41.47%85.1%-
XYZ36.2239.4171.34-
YUV164.26157.76101.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.56%
GREEN value IS 173 (67.97% from 255) = 33.46%
BLUE value IS 217 (85.16% from 255) = 41.97%
R=24.56%
G=33.46%
B=41.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1271732170.410.2000.15209.3354.2267.45
Hex7FADD929140Fd13643
Octal177255331512401732166103
Binary111111110101101110110011010011010001111110100011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FADD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FADD9; }

 p { color: rgb(127,173,217); }

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

<style>
 a { background-color: #7FADD9; }

 a { background-color: rgb(127,173,217); }

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

<style>
 span { border-color: #7FADD9; }

 span { border-color: rgb(127,173,217); }

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