#7FA6DC

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

Shades of Jordy Blue #7FA6DC

Tints of Jordy Blue #7FA6DC

Color information

#7FA6DC (or 0x7FA6DC) is unknown color: approx Jordy Blue. HEX triplet: 7F, A6 and DC. RGB value is (127,166,220). Sum of RGB (Red+Green+Blue) = 127+166+220=513 (67% of max value = 765). Red value is 127 (50% from 255 or 24.76% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FA6DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA6DC is #805923. Grayscale: #A0A0A0. Windows color (decimal): -8411428 or 14460543. OLE color: 14460543.

HSL color Cylindrical-coordinate representation of color #7FA6DC: hue angle of 214.84º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FA6DC is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB127166220-
CMYK0.420.2500.14
HSL214.84º57.06%68.04%-
HSV(B)214.84º42.27%86.27%-
XYZ35.3136.9572.98-
YUV160.5161.58104.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.76%
GREEN value IS 166 (65.23% from 255) = 32.36%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=24.76%
G=32.36%
B=42.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1271662200.420.2500.14214.8457.0668.04
Hex7FA6DC2A190Ed73944
Octal177246334523101632771104
Binary111111110100110110111001010101100101110110101111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,166,220); }

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

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

 a { background-color: rgb(127,166,220); }

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

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

 span { border-color: rgb(127,166,220); }

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