#7FACF4

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

Shades of Jordy Blue #7FACF4

Tints of Jordy Blue #7FACF4

Color information

#7FACF4 (or 0x7FACF4) is unknown color: approx Jordy Blue. HEX triplet: 7F, AC and F4. RGB value is (127,172,244). Sum of RGB (Red+Green+Blue) = 127+172+244=543 (71% of max value = 765). Red value is 127 (50% from 255 or 23.39% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 244 (95.70% from 255 or 44.94% from 543); Max value from RGB is 244 - color contains mainly: blue. Hex color #7FACF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FACF4 is #80530B. Grayscale: #A6A6A6. Windows color (decimal): -8409868 or 16034943. OLE color: 16034943.

HSL color Cylindrical-coordinate representation of color #7FACF4: hue angle of 216.92º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FACF4 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB127172244-
CMYK0.480.3000.04
HSL216.92º84.17%72.75%-
HSV(B)216.92º47.95%95.69%-
XYZ39.8340.5591.32-
YUV166.75171.5999.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.39%
GREEN value IS 172 (67.58% from 255) = 31.68%
BLUE value IS 244 (95.70% from 255) = 44.94%
R=23.39%
G=31.68%
B=44.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1271722440.480.3000.04216.9284.1772.75
Hex7FACF4301E04d95449
Octal177254364603604331124111
Binary111111110101100111101001100001111001001101100110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FACF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,172,244); }

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

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

 a { background-color: rgb(127,172,244); }

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

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

 span { border-color: rgb(127,172,244); }

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