#7FACFA

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

Shades of Jordy Blue #7FACFA

Tints of Jordy Blue #7FACFA

Color information

#7FACFA (or 0x7FACFA) is unknown color: approx Jordy Blue. HEX triplet: 7F, AC and FA. RGB value is (127,172,250). Sum of RGB (Red+Green+Blue) = 127+172+250=549 (72% of max value = 765). Red value is 127 (50% from 255 or 23.13% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #7FACFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FACFA is #805305. Grayscale: #A7A7A7. Windows color (decimal): -8409862 or 16428159. OLE color: 16428159.

HSL color Cylindrical-coordinate representation of color #7FACFA: hue angle of 218.05º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FACFA is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB127172250-
CMYK0.490.3100.02
HSL218.05º92.48%73.92%-
HSV(B)218.05º49.2%98.04%-
XYZ40.7640.9296.19-
YUV167.44174.5999.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.13%
GREEN value IS 172 (67.58% from 255) = 31.33%
BLUE value IS 250 (98.05% from 255) = 45.54%
R=23.13%
G=31.33%
B=45.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1271722500.490.3100.02218.0592.4873.92
Hex7FACFA311F02da5c4a
Octal177254372613702332134112
Binary11111111010110011111010110001111110101101101010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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